Update README.md
This commit is contained in:
parent
a4d3a44f12
commit
5fdaf88565
10
README.md
10
README.md
@ -1,15 +1,15 @@
|
||||
## My vim configuration
|
||||
## My (neo)vim configuration
|
||||
|
||||
### Install
|
||||
```shell
|
||||
config=$XDG_CONFIG_HOME/vim
|
||||
plugins=$XDG_CACHE_HOME/vim/plugins
|
||||
config=$XDG_CONFIG_HOME/nvim
|
||||
plugins=$XDG_CACHE_HOME/nvim/plugins
|
||||
mkdir -p $plugins
|
||||
git clone https://github.com/rnhmjoj/dotvim.git $config
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
|
||||
|
||||
```
|
||||
start vim and run `:PluginInstall`
|
||||
run nvim +'PluginInstall'
|
||||
|
||||
### Update
|
||||
from vim run `:PluginInstall!`
|
||||
run nvim +'PluginInstall!'
|
||||
|
Loading…
Reference in New Issue
Block a user