diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-05-14 17:09:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-05-14 17:09:28 +0200 |
| commit | 9bb2fdd6241626510699b2db2de46efc6ad78106 (patch) | |
| tree | 0bdb1a17ed044aacc20d62c5a8918ee61e4d58fb | |
| parent | 5932b302c7255c23c7db51fadd381deef4ea6abc (diff) | |
Update YCM install command (commented versions personal/work)
| -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 'ycm-core/YouCompleteMe', { \ 'do': 'python3 ./install.py --clangd-completer --go-completer' } -" \ 'do': 'python3 ./install.py --clangd-completer --ts-completer --go-completer' } + " \ 'do': 'python3 ./install.py --clangd-completer --go-completer --java-completer' } + " \ 'do': 'python3 ./install.py --clangd-completer --ts-completer --go-completer' } Plug 'Valloric/MatchTagAlways' Plug 'scrooloose/nerdcommenter' Plug 'preservim/nerdtree' |
