登录 注册
当前位置:主页 > 资源下载 > 38 > vim.tar.gz下载

vim.tar.gz下载

  • 更新:2024-11-21 09:02:08
  • 大小:230.94MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 服务器应用
  • 格式:GZ

资源介绍

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》