91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何使用Linux系統Vim編輯器來安裝YouCompleteMe插件

發布時間:2021-09-27 09:29:02 來源:億速云 閱讀:162 作者:iii 欄目:系統運維

本篇內容主要講解“如何使用Linux系統Vim編輯器來安裝YouCompleteMe插件”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“如何使用Linux系統Vim編輯器來安裝YouCompleteMe插件”吧!

如何使用Linux系統Vim編輯器來安裝YouCompleteMe插件

  編譯配置選項:

  /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 進行自動安裝

  進程如下,+號表示已經安裝,》表示正在安裝

  。 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插件的方法了,YouCompleteMe插件號稱Vim自動補全神器,這個插件對Vim來說相當重要。

到此,相信大家對“如何使用Linux系統Vim編輯器來安裝YouCompleteMe插件”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

正蓝旗| 望江县| 巴青县| 琼结县| 渑池县| 临桂县| 黄梅县| 班戈县| 凭祥市| 澄江县| 屯昌县| 荃湾区| 柯坪县| 江北区| 保德县| 凭祥市| 兰西县| 罗平县| 嫩江县| 贡觉县| 灵丘县| 郎溪县| 新兴县| 咸阳市| 盐山县| 桓台县| 莱西市| 越西县| 永登县| 那曲县| 卓尼县| 荃湾区| 阿拉尔市| 体育| 赫章县| 贵南县| 延庆县| 哈巴河县| 天水市| 海口市| 玉树县|