Hello,
My vimrc has:
- Ctrl+P: an extension to navigate in your files/buffer with regex or
fuzzy finding;
- NerdTree to navigate your files too (binded on "t" in normal mode);
- Syntastic to display errors directly, each time you save your code;
- jedi-vim: for Python auto-completion;
- Powerline: very nice status bars for vim and Ctrl+P;
- desert256: my favorite theme;
- Vundle to manage all the vim plugins.
Here is how to install my vimrc:
1. rm -rf ~/.vimrc ~/.vim
2. mkdir -p ~/.vim/bundle
3. cd ~/.vim/bundle
4. git clone git://
github.com/gmarik/vundle.git
5. save the attached vimrc as ~/.vimrc
6. apt-get install ttf-inconsolata (or change the font in ~/.vimrc)
7. Start vim and type: ":BundleInstall"
8. Skip the error messages and restart vim
9. Enjoy!
You can, later on, update plugins and vundle itself with
":BundleUpdate".
Also, in case you don't, you should really consider using GVim instead
of the terminal version. GVim can do much better display effects for
errors and is never affected by terminal glitches).
Let me know if you have any question !
--
Louis Opter