(1): Clone to local, configure to Linux personal directory (if it comes from linux_config, do not need clone)
git clone https://github.com/wklken/k-vim.git
(2): Installation dependent
2.1 system Dependent # Ubuntusudo apt-get install Ctagssudo apt-get install build-essential CMake python-Dev #编译YCM自动补全插件依赖 # centossudo Yum install python-'development Tools ' # mac#brew Install ctags 2.2 use pythonsudo pip install pyflakessudo pip install pylintsudo pip install PEP8
2.3 use javascript# to install Jshint and jslint for JavaScript syntax checking # requires NODEJS support, each system installation See document https: // Github.com/joyent/node/wiki/installing-node.js-via-package-manager #ubuntusudo apt-get---gnpm install jslint–g
(3): Installation
3.1 Enter Directory # Note the original installed children's shoes, reinstall, do not go to ~/.vim under the execution (this is a soft connection to K-vim is the real directory), must go to the K-vim native directory to perform CD K-vim/3.2 perform the installation # will go into the list of installed plugins, currentlyin +x install.sh
(4): Problems that may be encountered:
(5): For more configuration, see:
Https://github.com/wklken/k-vim/blob/master/README.md
。
vim7.4 installation K-vim