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