增加使用指南
This commit is contained in:
parent
34280b6c33
commit
ba2e755584
11
README.md
Normal file
11
README.md
Normal 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就可以自动安装插件了。
|
||||||
|
|
@ -161,5 +161,9 @@ return {
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"azabiong/vim-highlighter",
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user