Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.12 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.12 KB

m-vim.vimrc

GitHub release (latest SemVer including pre-releases)

Yet, just another vim config project.

This is the vim config project which fits myself. Hope you will like it.

How to install

Install the pre-dependency

Install the pre-dependency to make sure the vimrc file work properly.

Python dependency
sudo pip install pyflakes
sudo pip install pylint
sudo pip install pep8
Cmake and search engine
# 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
NodeJS support
# 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

Then use sh install.sh it will auto-install.

Sorry, I have no other device to test centos or other release version of Linux or Windows

Usage

See @Usage.md

License

See @License