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'
|
Plug 'LucHermitte/local_vimrc'
|
||||||
|
|
||||||
" completion
|
" completion
|
||||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --go-completer --rust-completer --system-boost --system-libclang',
|
" Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --go-completer --rust-completer --system-boost --system-libclang',
|
||||||
\ 'for': ['c', 'python', 'sh', 'go', 'clojure'],
|
" \ 'for': ['c', 'python', 'sh', 'go', 'clojure'],
|
||||||
\ }
|
" \ }
|
||||||
" deoplete for haskell
|
" deoplete for haskell
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins',
|
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins',
|
||||||
|
Loading…
Reference in New Issue
Block a user