Vim configuration
Go to file
2016-09-27 15:40:20 +02:00
colors.vim Set highlighted text color 2016-09-27 15:40:20 +02:00
init.vim Add git gutter 2016-07-29 18:09:59 +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!'