Vim configuration
Go to file
2015-10-11 02:45:58 +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 Add basic color scheme 2015-10-10 19:38:14 +02:00
lightline.vim Customize status bar 2015-10-11 02:45:58 +02:00
README.md English translation 2014-01-13 22:05:31 +01:00
vimrc Add basic color scheme 2015-10-10 19:38:14 +02:00

This is my Vim configuration.

Installed plugins

How to install

  • git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim
  • cd ~/.vim
  • mkdir backup temp spell
  • ln -s vimrc ~/.vimrc
  • from Vim :BundleInstall

How to update

  • from Vim :BundleInstall!