最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Ubnutu

互联网 admin 10浏览 0评论

Ubnutu

以前YouCompleteMe配置较为复杂需要自己编译,但是现在18.04以上的ubnutu仓库包里已经自带了YouCompleteMe,我们可以使用两条命令就可以轻松使用:

sudo apt install vim-youcompleteme
sudo vim-addon-manager install youcompleteme

ubnutu下有vim-scripts来自动管理vim插件,所以非常简单。

但是启动会报这个错误:

Error detected while processing /home/zzh/.vim/plugged/vim-textobj-indent/plugin/textobj/indent.vim:
line   37:
E117: Unknown function: textobj#user#plugin
Press ENTER or type command to continue

我们根据路径打开这个文件,然后把37行的函数调用全部删除就可以了。

演示:

Ubnutu

以前YouCompleteMe配置较为复杂需要自己编译,但是现在18.04以上的ubnutu仓库包里已经自带了YouCompleteMe,我们可以使用两条命令就可以轻松使用:

sudo apt install vim-youcompleteme
sudo vim-addon-manager install youcompleteme

ubnutu下有vim-scripts来自动管理vim插件,所以非常简单。

但是启动会报这个错误:

Error detected while processing /home/zzh/.vim/plugged/vim-textobj-indent/plugin/textobj/indent.vim:
line   37:
E117: Unknown function: textobj#user#plugin
Press ENTER or type command to continue

我们根据路径打开这个文件,然后把37行的函数调用全部删除就可以了。

演示:

发布评论

评论列表 (0)

  1. 暂无评论