Update README.md

This commit is contained in:
Michele Guerini Rocco 2016-07-27 18:34:27 +02:00 committed by GitHub
parent a4d3a44f12
commit 5fdaf88565

View File

@ -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!'