Skip to content

rodrigoaraujo01/vim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#VIM Configuration Files

Install

$ 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/.vimrc

Plugins

Easy plugin management.

Code verification against PEP8 guidelines. Requires pep8 to be installed on the system

$ sudo pip install pep8

TextMate-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.

About

Configuration files for vim and its plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published