文件名称:vim.tar.gz
文件大小:230.94MB
文件格式:GZ
更新时间:2023-08-16 04:45:53
vim python ide
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》