Vim presets for Python, Rails, Git and NerdTree
1- Make sure xtern_clipboard is compiled with VIM using the command:
vim --version | grep xterm
You can use sudo apt-get install vim-gnome
to make sure your vim supports xterm_clipboard
1- Install VundleVim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
2- Copy .vimrc
to your user folder
3- Install Plugins: Launch vim
and run :PluginInstall
4- Enjoy!