Vim configuration
Go to file
2016-01-17 16:04:28 +01:00
colors.vim Adjust ui colors 2015-10-11 14:52:54 +02:00
lightline.vim Customize status bar 2015-10-11 02:45:58 +02:00
README.md Update readme 2015-10-11 15:15:09 +02:00
vimrc Disable text wrap 2016-01-17 16:04:28 +01:00

My vim configuration

Install

config=$XDG_CONFIG_HOME/vim
plugins=$XDG_CACHE_HOME/vim/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

start vim and run :PluginInstall

Update

from vim run :PluginInstall!