Replace 'gitgutter' with 'coc-git'
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -175,8 +175,6 @@ Plug 'tidalcycles/vim-tidal'
|
||||
" GLSL
|
||||
Plug 'tikhomirov/vim-glsl'
|
||||
Plug 'timtro/glslView-nvim'
|
||||
" Git
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
" Jupyter notebooks
|
||||
Plug 'goerz/jupytext.vim'
|
||||
" OpenSCAD
|
||||
@@ -209,7 +207,8 @@ let g:coc_global_extensions = [
|
||||
\'coc-yaml',
|
||||
\'coc-snippets',
|
||||
\'coc-clangd',
|
||||
\'coc-bibtex'
|
||||
\'coc-bibtex',
|
||||
\'coc-git'
|
||||
\]
|
||||
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user