diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-03-10 13:46:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-03-10 13:46:24 +0100 |
| commit | 7ed57c8f58b09dd27618c4ebb5bc623169801651 (patch) | |
| tree | dd0992898a1e868b56c02314246abd2622e18476 /.vimrc | |
| parent | 0f74e96fe51dbadfda314869d4ab8636aa333545 (diff) | |
Fix the installing of YCM on both intel/M1 machines
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Plug 'junegunn/goyo.vim' Plug 'vim-scripts/bufexplorer.zip' " Plug 'vim-scripts/indentpython.vim' Plug 'ycm-core/YouCompleteMe', { - \ 'do': '/usr/local/bin/python3 ./install.py --clangd-completer --ts-completer --go-completer' } + \ 'do': 'python3 ./install.py --clangd-completer --ts-completer --go-completer' } Plug 'Valloric/MatchTagAlways' Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdtree' |
