mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Support the vim-youcompleteme package on Debian.
This commit is contained in:
@@ -119,6 +119,11 @@ let g:syntastic_go_checkers = ['govet', 'errcheck', 'go']
|
||||
" Have F5 run the tests and display errors
|
||||
nnoremap <silent> <F5> :SyntasticCheck<CR> :Errors<CR>
|
||||
|
||||
" Load vim-ycm if installed on the system level
|
||||
if isdirectory("/usr/share/vim-youcompleteme")
|
||||
set runtimepath+=/usr/share/vim-youcompleteme
|
||||
endif
|
||||
|
||||
" Include a .vimrc.local if it exists
|
||||
if filereadable(glob("~/.vimrc.local"))
|
||||
source ~/.vimrc.local
|
||||
|
||||
Reference in New Issue
Block a user