- Project URL https://github.com/hszcg/vimconf
ctags http://ctags.sourceforge.net/
pyflakes https://pypi.python.org/pypi/pyflakes/
pep8 https://pypi.python.org/pypi/autopep8/
JSHint http://www.jshint.com/install/
Run install_libs.sh
NOTE: Please backup your .vimrc file first if needed
rm -rf ~/.vim ~/.vimrc
git clone https://github.com/hszcg/vimconf.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update --init --recursive
General autocomplete
General syntax check
Static analysis for Python and Javascript Code
Better highlight and formating for Javascript, HTML, CSS, LESS and Coffeescript
Status lines
F3 Toggle NerdTree
F4 Run autopep8 for Python, OR Auto formating for Javascript/HTML/CSS
F7 Browse recently opened files
F8 Toggle Tagbar