各位大大好
我想安裝YouCompleteMe
但不知道為什麼出錯了QAQ
google了很久也找不到原因
請問可以請各位大大幫幫忙嗎
過程:
: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就說有這個錯誤
謝謝!
錯誤訊息是 Permission denied
可以先改一下 owner
sudo chown $USER: ~/.vim
之後再試試看