summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-01-06 02:39:18 +0100
committerAhmed Abdelhalim <[email protected]>2021-01-06 02:39:18 +0100
commitbe865b6c7d5c138613965f9b8c015f0d7ee2210b (patch)
treecdcb531f4bcda79ac7cc31ff6051d4f25c25f968 /.vimrc
parentdb5d30cf66e07339865ecf6d4be6d7fc3dcd5855 (diff)
Install vim with rust support
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 009ce27..48f7b5e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,7 +16,7 @@ Plug 'junegunn/gv.vim', { 'on': 'GV' }
Plug 'junegunn/limelight.vim'
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'vim-scripts/bufexplorer.zip'
-Plug 'ycm-core/YouCompleteMe', { 'do': './install.py', 'commit': '4e480a317' }
+Plug 'ycm-core/YouCompleteMe', { 'do': './install.py --racer-completer', 'commit': '4e480a317' }
Plug 'Valloric/MatchTagAlways', { 'for': 'html' }
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'