diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-01-06 02:39:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-01-06 02:39:18 +0100 |
| commit | be865b6c7d5c138613965f9b8c015f0d7ee2210b (patch) | |
| tree | cdcb531f4bcda79ac7cc31ff6051d4f25c25f968 /.vimrc | |
| parent | db5d30cf66e07339865ecf6d4be6d7fc3dcd5855 (diff) | |
Install vim with rust support
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
