Vim configuration
Go to file
2015-10-11 15:15:09 +02:00
.gitignore Commit iniziale 2013-11-22 18:20:32 +01:00
.gitmodules Aggiunto submodule di Vundle 2013-11-25 19:34:35 +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 folding 2015-10-11 15:05:33 +02: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!