My .vimrv config file
This file contains my vim configurations, it uses vundle to manages it's plugins.
Contains the following plugins:
- Vim Comentary: Easy Comments with vim ( use it with: <number of lines>gcc ).
- NerdTree: Browse other files easily (use it with <Ctrl + n>).
- Lightline.vim: Vim status bar
This has some adicional features:
- Using peaksea color scheme.
- Autocomplete with <Tab> while writing.
- Some adicional syntax highlighting rules for python.