dotvim/README.md

16 lines
336 B
Markdown
Raw Normal View History

2016-07-27 18:34:27 +02:00
## My (neo)vim configuration
2013-11-22 18:20:32 +01:00
2015-10-11 15:15:09 +02:00
### Install
```shell
2016-07-27 18:34:27 +02:00
config=$XDG_CONFIG_HOME/nvim
plugins=$XDG_CACHE_HOME/nvim/plugins
2015-10-11 15:15:09 +02:00
mkdir -p $plugins
git clone https://github.com/rnhmjoj/dotvim.git $config
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
2013-11-22 18:20:32 +01:00
2015-10-11 15:15:09 +02:00
```
2016-07-27 18:34:27 +02:00
run nvim +'PluginInstall'
2013-11-22 18:20:32 +01:00
2015-10-11 15:15:09 +02:00
### Update
2016-07-27 18:34:27 +02:00
run nvim +'PluginInstall!'