From d6568a9f53695e7afe40f98fa2fd274148f5c89d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 12 Jun 2018 17:46:31 +0200 Subject: [PATCH] Enable YCM for rust --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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