Replace 'gitgutter' with 'coc-git'

master
Hektor Misplon 2023-04-30 18:21:01 +02:00
parent a0937ca1f7
commit 7213196244
1 changed files with 2 additions and 3 deletions

5
.vimrc
View File

@ -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'
\] \]
" "