Backup of vimrc
-
Install gvim if you want fancies
$ sudo apt-get install vim-gtk
Or if you're on Windows, get the 64bit version here.
-
Install vundle for plugin management (forked it and just added --depth 1 for speed). Maybe one day github will offer auto-pull.
$ git clone https://github.com/fzzylogic/Vundle.vim.git ~/.vim/bundle/Vundle.vim -
Compile YouCompleteMe if you want code completion. Instructions on github.
-
Install the silver surfer if you have lots of code to search
$ apt-get install silversearcher-ag -
Install SQL format module for python `$ pip install sqlformat
-
Launch vim/gvim
-
Run vundle to download the plugins
:PluginInstallEnjoy using your customised version vim/gvim.