资源介绍
sudo apt-get remove vim-tiny
sudo apt-get install vim
# 调试插件
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ipdb
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer
apt-get install cmake
apt-get install ack
apt-get install ctags
参考文章《vim配置成顺手的python轻量级IDE》
- 上一篇: config_vim_plugin.7z
- 下一篇: 现代Vim20185.epub.7z