Yet, just another vim config project.
This is the vim config project which fits myself. Hope you will like it.
Install the pre-dependency to make sure the vimrc file work properly.
sudo pip install pyflakes
sudo pip install pylint
sudo pip install pep8
# ubuntu
sudo apt-get install ctags
sudo apt-get install build-essential cmake python-dev
sudo apt-get install silversearcher-ag
# mac
brew install ctags
brew install the_silver_searcher
# ubuntu
sudo apt-get install nodejs npm
sudo npm install -g jslint
sudo npm install jshint -g
# mac
brew install node
npm install jshint -g
npm install jslint -g
Sorry, I have no other device to test centos or other release version of Linux or Windows
See @Usage.md
See @License