Vim configuration file
This is my Vim configuration files.
Installation
The first of all make sure you have installed Vim version 7.4 or higher.
Fetch the Vim source files from GitHub repository:
$ git clone git://github.com/zenzire/vim.git ~/.vim
Install Vundle (Vim package manager):
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
Run vim and type the following command (to fetch all plugins):
:BundleInstall
And that's all...
Screenshot
Fuzzy find file (CTRL+F)
Goyo mode (CTRL+M)
Python autocomplete (CTRL+space)
Features
- Vundle
- NERDTree (F7)
- Tags (F8)
- Find file (CTRL+F)
- Find buffer (CTRL+B)
- Goyo mode (CTRL+M)
- Python autocomplete with virtualenv support
Changes
- 2014-Jan-17 - Added Goyo Mode
- 2014-Jan-14 - Initial version


