CentOS7配置vim

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_35899290/article/details/79606193

真是头疼。。。。


http://blog.csdn.net/vcbin/article/details/51770170  配置1

http://blog.csdn.net/wangzengdi/article/details/31001145  配置2

http://blog.csdn.net/u013475704/article/details/52295157   配置3 vundle插件管理

https://www.cnblogs.com/lwenwen/p/4364014.html    配置4  YouCompleteMe安装与配置

https://www.cnblogs.com/ma6174/archive/2011/12/10/2283393.html 配置5 强大的vim配置

http://blog.csdn.net/nzyalj/article/details/75331822   配置 6 据说很6

http://blog.51cto.com/songxj/675176  配置7 很简易

https://quanyin.eu.org/2017/12/linux-environment-under-centos/  配置7 竟然在GPU上


我用的配置6 好不容易到最后了,竟然:

[root@localhost ~]# cd ~/.vim/bundle/YouCompleteMe
[root@localhost YouCompleteMe]# ./install.py --clang-completer

ERROR: Unable to find executable 'cmake'. cmake is required to build ycmd

我也是醉了,vim\emacs果然只有大神能用

来个大神指导我一下吧


E492: Not an editor command: PluginInstall

这个问题解决方法:

http://www.4answered.com/questions/view/1ca0756/Vim-Error-E492-Not-an-editor-command-PluginInstall

https://www.youtube.com/watch?v=JVpxDuxe1eY 这个老外的视频,辛亏英语好点

http://bbs.chinaunix.net/thread-2306700-1-1.html  安装cmake让终端识别

猜你喜欢

转载自blog.csdn.net/qq_35899290/article/details/79606193