Vim configuration
Go to file
2017-11-18 01:22:29 +01:00
colors.vim remove tab characters 2017-11-18 01:22:29 +01:00
init.vim fixes for nvim 0.2.0 2017-05-04 21:13:45 +02:00
lightline.vim Replace file percent with line info 2016-01-17 16:04:54 +01:00
README.md Update README.md 2016-07-27 18:35:04 +02:00

My (neo)vim configuration

Install

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