Enable YCM for rust

This commit is contained in:
Julian Ospald 2018-06-12 17:46:31 +02:00
parent 11e4d6cf4e
commit d6568a9f53
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -74,7 +74,7 @@ Plug 'w0rp/ale'
" completion
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