Linux系统Vim安装YouCompleteMe插件教程(图)

原标题:"Linux系统Vim安装YouCompleteMe插件教程详解"相关电脑问题教程分享。 - 来源:WiFi之家网。LINUX相信很多用户都很少接触到,而技术人员或是IT人士就会经常接触。而在L

亲,以下就是关于(Linux系统Vim安装YouCompleteMe插件教程(图)),由“WiFi之家网”整理!

Linux系统Vim安装YouCompleteMe插件教程(图)

原标题:"Linux系统Vim安装YouCompleteMe插件教程详解"相关电脑问题教程分享。 - 来源:WiFi之家网。

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

Linux系统

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插件教程详解,

  相关内容推荐:详解Linux系统top命令的使用方法

以上就是关于-常见问题-(Linux系统Vim安装YouCompleteMe插件教程(图))的教程!

原创文章,作者:常见问题,如若转载,请注明出处:https://www.224m.com/116600.html

(0)
常见问题常见问题
上一篇 2021年8月16日 02:52
下一篇 2021年8月16日 02:55

相关推荐

  • win7系统更换锁屏背景壁纸的解决方法(图)

    原标题:"win7系统更换锁屏背景壁纸的详细步骤"相关电脑问题教程分享。 - 来源:WiFi之家网。一般我们在使用电脑的时候,需要离开电脑一段时间,但又不想将电脑关机,就都会将电脑给锁上。而这时候电脑的

    2021年7月13日
  • 电脑频繁自动重启是什么原因

    原标题:"电脑自动重启怎么办 系统经常自动重启的解决方法"相关电脑问题教程分享。 - 来源:WiFi之家网。电脑突然自动重启怎么办?电脑无缘无故自动重启该如何解决呢?近期有几个重装系统的用户反映,电脑系

    2021年8月18日
  • win7笔记本玩游戏不能全屏解决方法(图)

    原标题:"win7笔记本玩游戏不能全屏的解决措施"相关电脑问题教程分享。 - 来源:WiFi之家网。很多使用win7系统的笔记本朋友,在玩游戏的时候,都有遇到过游戏无法全屏的情况,虽然影响不大,但是总感

    2021年7月2日
  • 显卡温度过高解决方法解决显卡温度过高的方法(图)

    原标题:"显卡温度过高怎么办?解决显卡温度过高的方法"相关电脑问题教程分享。 - 来源:WiFi之家网。众所周知,显卡温度的高低和散热效果好坏有直接的关系,如果散热效果不好,显卡温度就高起来,显卡温度高

    2021年6月24日
  • 3g4g哪个网速快(图文)

    【导读】3g4g哪个网速快,下面就是WiFi之家网整理的网络知识百科,来看看吧!大家好,我是191路由器网小编,上述问题将由我为大家讲解。4G网速快,4G通信技术是第四代的移动信息系统,是在3G技术上的

    2021年8月5日
  • 如何增强卧室wifi信号 三根天线

    【导读】如何增强卧室wifi信号,下面就是WiFi之家网整理的网络知识百科,来看看吧!大家好,我是191路由器网小编,上述问题将由我为大家讲解。房间里WIFI信号弱,增强家里的WIFI信号有如下方法: 

    2021年7月8日
  • 手机电脑搜不到WiFi信号怎么办?

    步骤:在桌面右键点击 此电脑 管理 服务与应用程序 服务 WLAN AutoConfig,选择 启用 。2.查看电脑无线网卡是否被禁用检查方法:右键点击电脑桌面右下角的网络图标 网络与共享中心 更改

    2020年6月26日
  • 静态ip地址一般是多少(图文)

    【导读】静态ip地址一般是多少,下面就是WiFi之家网整理的网络知识百科,来看看吧!大家好,我是191路由器网小编,上述问题将由我为大家讲解。以路由器为例,其静态ip地址一般是192.168.1.2。路

    2021年7月23日
  • Win 8系统入门操作技巧详解

    【导读】Win 8系统入门操作技巧大全相关系统问题,下面WiFi之家网小编为大家详细解答。如果您安装好Windows 8之后,接下来该做什么呢?您必须习惯使用这个新的操作系统,因为过不了多久,您的老板、

    常见问题 2021年8月2日
  • 电脑彻底删除了硬盘中的重要文件恢复数据教程

    原标题:"电脑不小心彻底删除了硬盘中的重要文件要怎么恢复数据呢"相关电脑问题教程分享。 - 来源:WiFi之家网。硬盘中的文件不小心彻底删除了该怎么办呢?不小心清空了回收站如何恢复文件呢?WiFi之家网教

    2021年7月23日