Linux系统Vim安装YouCompleteMe插件教程详解

时间:2023-04-28 18:08:43 

LINUX相信很多用户都很少接触到,而技术人员或是IT人士就会经常接触。而在Linux系统中想要让Vim编辑器发挥更大的作用,就要对给给它安装一些插件。比如说YouCompleteMe插件(名字就很形象)。下面,小编就给大家介绍Linux系统Vim安装YouCompleteMe插件教程详解。

Linux系统Vim安装YouCompleteMe插件教程详解
Linux系统

编译配置选项:

。/configure --with-features=huge --enable-pythoninterp --enable-python3interp --enable-luainterp --enable-multibyte --enable-sniff --enable-fontset

在我的机器上装有python2.7.5 和 python3.3, 但加了enable-python3interp参数依然没有支持py3,不知何故,先不管,YouCompleteMe 只要求有py2.6以上。

安装vundle插件

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

在.vimrc中配置

set nocompatible “ be iMproved, required

filetype off ” required

“ set the runtime path to include Vundle and initialize

set rtp+=~/.vim/bundle/vundle/

call vundle#rc()

” alternatively, pass a path where Vundle should install plugins

“let path = ‘~/some/path/here’

”call vundle#rc(path)

“ let Vundle manage Vundle, required

Plugin ‘gmarik/vundle’

” The following are examples of different formats supported.

“ Keep Plugin commands between here and filetype plugin indent on.

” scripts on GitHub repos

Plugin ‘tpope/vim-fugitive’

Plugin ‘Lokaltog/vim-easymotion’

Plugin ‘tpope/vim-rails.git’

“ The sparkup vim script is in a subdirectory of this repo called vim.

” Pass the path to set the runtimepath properly.

Plugin ‘rstacruz/sparkup’, {‘rtp’: ‘vim/’}

“ scripts from http://vim-scripts.org/vim/scripts.html

Plugin ‘L9’

Plugin ‘FuzzyFinder’

” scripts not on GitHub

Plugin ‘git://git.wincent.com/command-t.git’

“ git repos on your local machine (i.e. when working on your own plugin)

Plugin ‘file:///home/gmarik/path/to/plugin’

” 。。。

filetype plugin indent on “ required

Bundle ‘Valloric/YouCompleteMe’

保存退出,打开vim,输入 :BundleInstall 进行自动安装
[page]

进程如下,+号表示已经安装,》表示正在安装。

。 Plugin ‘gmarik/vundle’ |~

+ Plugin ‘tpope/vim-fugitive’ |~

+ Plugin ‘Lokaltog/vim-easymotion’ |~

+ Plugin ‘tpope/vim-rails.git’ |~

+ Plugin ‘rstacruz/sparkup’ |~

+ Plugin ‘L9’ |~

+ Plugin ‘FuzzyFinder’ |~

》 Plugin ‘git://git.wincent.com/command-|~

t.git’ |~

Plugin ‘file:///home/gmarik/path/to/pl|~

ugin’ |~

Plugin ‘Valloric/YouCompleteMe’ |~

Helptags

结束时有个错误,这是正常的,因为ycm需要手工编译出库文件

Done! With errors; press l to view log

ycm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need

to compile YCM before using it. Read the docs!

到 .vim/bundle/YouCompleteMe 下跑

。/install.sh --clang-completer

参数是为了支持c/c++ 的补全。

安装完成后进行一些简单的配置就可以使用。

YouCompleteMe 的补全配置文件在/bundle/YouCompleteMe/cpp/ycm/.ycm_extra_conf.py,这是个隐藏文件。

默认会使用这个文件,也可以把这个文件copy到工程的根目录中作修改,打开工程文件时会优先使用当前目录下的配置文件。

如果找不到,会根据配置中的ycm_global_ycm_extra_conf 进行查找。

在.vimrc 中添加

let mapleader = ”,“ ” 这个leader就映射为逗号“,”

let g:ycm_global_ycm_extra_conf = ‘~/.vim/bundle/YouCompleteMe/cpp/ycm/.ycm_extra_conf.py’ “配置默认的ycm_extra_conf.py

nnoremap 《leader》jd :YcmCompleter GoToDefinitionElseDeclaration《CR》 “按,jd 会跳转到定义

let g:ycm_confirm_extra_conf=0 “打开vim时不再询问是否加载ycm_extra_conf.py配置

let g:ycm_collect_identifiers_from_tag_files = 1 “使用ctags生成的tags文件


标签:Linux,Vim安装YouCompleteMe插件
0
投稿

猜你喜欢

  • Safari浏览器起始页怎么设置背景?

    2022-11-16 04:41:25
  • Excel中如何输入前面带0的数字?

    2023-02-09 07:14:58
  • win10系统安全模式用法简介

    2023-08-07 21:58:47
  • Win11连接宽带的具体步骤

    2022-03-21 23:35:48
  • XP系统如何优化系统配置实用程序

    2023-07-30 00:16:04
  • 在excel表格中的最左边怎么做目录式?

    2023-08-04 16:33:59
  • windows系统提示Intfaced not supporded的解决方法

    2022-08-29 11:35:04
  • Win10此设备不支持接收Miracast无法投影怎么办?

    2023-04-17 06:52:22
  • Win10系统NET3.5安装不了出现错误代码0x800f0950如何解决?

    2023-09-21 17:28:47
  • wps表格如何删除打印预览分割线

    2023-03-24 17:35:02
  • 扩容U盘还原成实际容量的方法

    2023-10-24 02:37:57
  • excel 2013中编辑工作表的方法

    2022-03-14 17:44:19
  • WPS excel多种方式设置货币符号

    2022-07-03 15:28:33
  • wps如何向形状添加文本

    2022-11-05 08:49:28
  • PPT如何制作粉笔字体效果的文字?PPT制作粉笔字体的方法

    2022-02-12 09:50:57
  • 电脑如何重装Win11系统?石大师重装系统Win11方法

    2023-11-16 19:54:12
  • excel数据透视表:计算车辆停放的时长

    2023-02-06 17:29:11
  • wps忘记保存怎么办?

    2022-04-27 03:43:20
  • Win10系统找不到gpedit.msc怎么办?

    2022-10-27 18:44:34
  • 电脑屏幕太亮太刺眼了怎么调整

    2022-09-10 14:56:27
  • asp之家 电脑教程 m.aspxhome.com