Skip to content

Yet, just another vim config project for vimers.

License

Notifications You must be signed in to change notification settings

D0n9X1n/m-vim.vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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