笔记-有关于Vim

来源:互联网 发布:避风港原则淘宝 编辑:程序博客网 时间:2024/06/05 06:22

安装bundle来管理Plugin

https://github.com/VundleVim/Vundle.vim#about


安装YouCompleteMe

https://github.com/Valloric/YouCompleteMe/tree/cd4172746279fbe177e18e7731a92ede8054e598#general-usage

安装YouCompleteMe时,并未直接使用bundle,原因是bundle在通过git clone YouCompleteMe时,可能会卡住,于是就手工git clone,然后git submodule update --init --recursive,下载了很久,中间卡住过一次,然后用install.py编译的。用install.py编译时能避免出现python3和python2的兼容问题。