Replace 'gitgutter' with 'coc-git'
parent
a0937ca1f7
commit
7213196244
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'
|
||||
\]
|
||||
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue