VIM下使用Vundle搭建python开发环境
# Set up Vundle
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ets-labs/python-vimrc/master/setup.sh)"
# 安装系统依赖
# ctags
# For Ubuntu
sudo apt-get install exuberant-ctags
# With yum
sudo yum install ctags-etags
# cmake
# with yum
yum install cmake
# Autocompletion
# for linux
bash ~/.vim/bundle/YouCompleteMe/install.sh
# for mac
~/.vim/bundle/YouCompleteMe/install.py --clang-completer
# 参考资料
上次更新: 2024/08/11, 01:59:03