migrated to lazy.nvim, cleanup and fixes

This commit is contained in:
2025-03-25 23:13:50 +08:00
parent 93e008c735
commit 19bded245e
11 changed files with 366 additions and 371 deletions

View File

@@ -24,7 +24,7 @@ Some plugins require python extensions for neovim
1. Download/Clone this git repo to ```$HOME/.config/nvim```
```sh
mkdir -p $HOME/.config
git clone "https://gitlab.com/telosama/neovim-config.git" $HOME/.config/nvim
git clone "https://git.telosama.xyz/iang/neovim-config.git" $HOME/.config/nvim
```
3. Start Neovim , then do this command:
```