[vimrc] Move YouCompleteMe back with the other plugins
This commit is contained in:
parent
a10a5ca098
commit
d52f6d60e6
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -59,10 +59,10 @@ if has("unix") || has("mac")
|
|||
map <F5> :UndotreeToggle<CR>
|
||||
Plugin 'vim-scripts/LaTeX-Box'
|
||||
map <LocalLeader>ll :Latexmk<CR>
|
||||
if isdirectory(expand("/usr/share/vim/vimfiles/third_party/ycmd/"))
|
||||
if isdirectory(expand("$HOME/.vim/bundle/YouCompleteMe"))
|
||||
"[Workaround for YCM non-portability]"
|
||||
"No need for Plugin 'Valloric/YouCompleteMe', it's installed system-wide
|
||||
let g:ycm_global_ycm_extra_conf = '/usr/share/vim/vimfiles/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'
|
||||
let g:ycm_global_ycm_extra_conf = '$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python2'
|
||||
"[We're using ale for linting]"
|
||||
let g:ycm_show_diagnostics_ui = 0
|
||||
|
|
Loading…
Reference in a new issue