diff --git a/vimrc b/vimrc index 9f3d1d3..9fa29b7 100644 --- a/vimrc +++ b/vimrc @@ -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