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
|
### Install
|
||||||
```shell
|
```shell
|
||||||
config=$XDG_CONFIG_HOME/vim
|
config=$XDG_CONFIG_HOME/nvim
|
||||||
plugins=$XDG_CACHE_HOME/vim/plugins
|
plugins=$XDG_CACHE_HOME/nvim/plugins
|
||||||
mkdir -p $plugins
|
mkdir -p $plugins
|
||||||
git clone https://github.com/rnhmjoj/dotvim.git $config
|
git clone https://github.com/rnhmjoj/dotvim.git $config
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
|
||||||
|
|
||||||
```
|
```
|
||||||
start vim and run `:PluginInstall`
|
run nvim +'PluginInstall'
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
from vim run `:PluginInstall!`
|
run nvim +'PluginInstall!'
|
||||||
|
Loading…
Reference in New Issue
Block a user