Enable YCM for rust
This commit is contained in:
parent
11e4d6cf4e
commit
d6568a9f53
2
vimrc
2
vimrc
@ -74,7 +74,7 @@ Plug 'w0rp/ale'
|
|||||||
|
|
||||||
" 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': ['haskell', 'c', 'python', 'sh', 'go', 'clojure'],
|
\ 'for': ['haskell', 'c', 'python', 'sh', 'go', 'clojure', 'rust'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
" haskell
|
" haskell
|
||||||
|
Loading…
Reference in New Issue
Block a user