#VIM Configuration Files
$ cd ~
$ git clone https://rodrigoaraujo01@github.com/rodrigoaraujo01/vim_config.git .vim
$ cd ~/.vim
$ git submodule init
$ git submodule update
$ git submodule foreach submodule init
$ git submodule foreach submodule update
$ cd ~
$ ln -s .vim/.vimrcEasy plugin management.
Code verification against PEP8 guidelines. Requires pep8 to be installed on the system
$ sudo pip install pep8TextMate-style snippets for Vim. This is a custom branch to add new-style property to python snippets.
Shows FIXME, TODO and XXX on a dedicated window.