dotvim/README.md
Michele Guerini Rocco 5fdaf88565 Update README.md
2016-07-27 18:34:27 +02:00

16 lines
336 B
Markdown

## My (neo)vim configuration
### Install
```shell
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
```
run nvim +'PluginInstall'
### Update
run nvim +'PluginInstall!'