Rust completion with deoplete

This commit is contained in:
2018-06-15 22:05:00 +02:00
parent 9ebf392548
commit 282cea9bab
2 changed files with 16 additions and 7 deletions

2
vimrc
View File

@@ -59,7 +59,7 @@ 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', 'rust'],
\ 'for': ['c', 'python', 'sh', 'go', 'clojure'],
\ }
" deoplete for haskell
if has('nvim')