增加使用指南

This commit is contained in:
LingZhaoHui 2024-06-08 12:47:58 +08:00
parent 34280b6c33
commit ba2e755584
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC
2 changed files with 16 additions and 1 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
使用方法:
```bash
git clone https://git.zeekling.cn/linux/nvim-config.git ~/.config/nvim
# 或者
git clone ssh://git@git.zeekling.cn:222/linux/nvim-config.git ~/.config/nvim
```
打开nvim就可以自动安装插件了。

View File

@ -161,5 +161,9 @@ return {
}
end,
dependencies = { {'nvim-tree/nvim-web-devicons'}}
}
},
{
"azabiong/vim-highlighter",
},
}