Vim configuration
Go to file
2018-07-29 17:34:33 +02:00
colors.vim remove tab characters 2017-11-18 01:22:29 +01:00
init.vim switch to pandoc markdown 2018-07-29 17:34:33 +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!'