vim |
k-vim
dev
git clone https://github.com/wklken/k-vim.git
# mac
brew install ctags
brew install the_silver_searcher
# ubuntu
sudo apt-get install ctags
sudo apt-get install build-essential cmake python-dev #编译YCM自动补全插件依赖
sudo apt-get install silversearcher-ag
# use python
sudo pip install flake8 yapf
install
cd k-vim/
sh -x install.sh
uninstall
cd ~ && rm -rf .vim .vimrc .vimrc.bundles && cd -
tips
- YCM should be installed without the anaconda evn
- Any other problems can be inferenced k-vim