diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-02-09 17:07:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-02-09 17:07:58 +0100 |
| commit | 3949a48326baf224747dfda8d4226232184d096c (patch) | |
| tree | 7f1e141f1102494ab6f79283404d7ad57ec28741 | |
| parent | 39502979fa3372dd095eb64e52365ed10683e9d2 (diff) | |
Update the installed plugins and YMC installation
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 3 insertions, 4 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 --rust-completer' } + \ 'do': '/usr/local/bin/python3 ./install.py --clangd-completer --ts-completer --go-completer' } Plug 'Valloric/MatchTagAlways' Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdtree' @@ -23,7 +23,7 @@ Plug 'SirVer/ultisnips' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'airblade/vim-gitgutter' -Plug 'ngmy/vim-rubocop' +" Plug 'ngmy/vim-rubocop' Plug 'honza/vim-snippets' Plug 'majutsushi/tagbar' Plug 'kkoomen/vim-doge' @@ -32,8 +32,7 @@ Plug 'leafgarland/typescript-vim' Plug 'Quramy/tsuquyomi' Plug 'hashivim/vim-terraform' Plug 'juliosueiras/vim-terraform-completion' -Plug 'prettier/vim-prettier', { - \ 'do': 'yarn install' } +" Plug 'prettier/vim-prettier', { 'do': 'yarn install' } call plug#end() syntax on filetype plugin indent on |
