Disable ycm completely
This commit is contained in:
parent
d5490493af
commit
4bc374c640
6
vimrc
6
vimrc
@ -49,9 +49,9 @@ Plug 'LucHermitte/lh-vim-lib'
|
||||
Plug 'LucHermitte/local_vimrc'
|
||||
|
||||
" completion
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --go-completer --rust-completer --system-boost --system-libclang',
|
||||
\ 'for': ['c', 'python', 'sh', 'go', 'clojure'],
|
||||
\ }
|
||||
" Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --go-completer --rust-completer --system-boost --system-libclang',
|
||||
" \ 'for': ['c', 'python', 'sh', 'go', 'clojure'],
|
||||
" \ }
|
||||
" deoplete for haskell
|
||||
if has('nvim')
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins',
|
||||
|
Loading…
Reference in New Issue
Block a user