Vim configuration
Go to file
2018-11-17 03:36:42 +01:00
colors.vim improve colors for diff mode 2018-11-17 03:36:42 +01:00
init.vim reorder pandoc bits 2018-11-10 17:22:50 +01: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!'