VIM: Remove unneeded plugins
This commit is contained in:
parent
d2d57b609b
commit
7e39e87fb6
@ -24,9 +24,6 @@ Plug 'maxbrunsfeld/vim-yankstack'
|
||||
" Auto indent
|
||||
Plug 'yggdroot/indentline'
|
||||
|
||||
" Python folding
|
||||
Plug 'tmhedberg/simpylfold'
|
||||
|
||||
" Update folding less often
|
||||
Plug 'Konfekt/fastfold'
|
||||
|
||||
@ -64,10 +61,6 @@ Plug 'honza/vim-snippets'
|
||||
|
||||
" Coc extensions
|
||||
Plug 'Maxattax97/coc-ccls'
|
||||
Plug 'iamcco/coc-gitignore'
|
||||
Plug 'neoclide/coc-python'
|
||||
Plug 'neoclide/coc-json'
|
||||
Plug 'neoclide/coc-java'
|
||||
|
||||
" Language Specific stuff (Language Plugins, Linters, etc)
|
||||
" Asynchronous lint engine
|
||||
@ -101,4 +94,6 @@ Plug 'plasticboy/vim-markdown'
|
||||
Plug 'majutsushi/tagbar'
|
||||
Plug 'jremmen/vim-ripgrep'
|
||||
|
||||
Plug 'github/copilot.vim'
|
||||
|
||||
call plug#end()
|
||||
|
Loading…
Reference in New Issue
Block a user