diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-03 22:22:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-03 22:22:53 +0200 |
| commit | 71c6cbc413d66c3f5c4031c6bc038c7254fc0559 (patch) | |
| tree | c5b6081b330bbb7bb0824958aa7b1f294725d22d | |
| parent | 3917c1f430429672d1d371b117b9d010d098050e (diff) | |
Remove TS completer from the default vim YCM installer
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ Plug 'junegunn/goyo.vim' Plug 'vim-scripts/bufexplorer.zip' " Plug 'vim-scripts/indentpython.vim' Plug 'ycm-core/YouCompleteMe', { - \ 'do': 'python3 ./install.py --clangd-completer --ts-completer --go-completer' } + \ 'do': 'python3 ./install.py --clangd-completer --go-completer' } +" \ 'do': 'python3 ./install.py --clangd-completer --ts-completer --go-completer' } Plug 'Valloric/MatchTagAlways' Plug 'scrooloose/nerdcommenter' Plug 'preservim/nerdtree' |
