iT邦幫忙

0

安裝YouCompleteMe 出錯 (Vim)

  • 分享至 

  • xImage

各位大大好
我想安裝YouCompleteMe
但不知道為什麼出錯了QAQ
google了很久也找不到原因
請問可以請各位大大幫幫忙嗎
過程:

  1. 貼上程式碼於vimrc
:filetype off
:set rtp+=~/.vim/bundle/Vundle.vim
:call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'Valloric/YouCompleteMe'
:call vundle#end()
:filetype plugin indent on

" YouCompleteMe
:let g:ycm_global_ycm_extra_conf='~/.vim/bundle/YouCompleteMe/.ycm_extra_conf.py'
:let g:ycm_confirm_extra_conf=0
:let g:ycm_python_binary_path='/usr/bin/python3'

2.執行 :PluginInstall
3.然後打開Log就說有這個錯誤
https://ithelp.ithome.com.tw/upload/images/20211229/20129626VpkHQjHWAX.png
謝謝!

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
海綿寶寶
iT邦大神 1 級 ‧ 2021-12-30 08:58:41
最佳解答

錯誤訊息是 Permission denied
可以先改一下 owner

sudo chown $USER: ~/.vim

之後再試試看

EricChu iT邦新手 4 級 ‧ 2021-12-30 11:15:29 檢舉

先謝謝大大的回答,但我試了以後還是會有同樣的錯誤TAT

EricChu iT邦新手 4 級 ‧ 2021-12-30 11:26:58 檢舉

成功了,謝謝大大!
/images/emoticon/emoticon55.gif

問題解決就好
/images/emoticon/emoticon55.gif

我要發表回答

立即登入回答