From 477fd09d7422d04aa0e602d1f525fc7114c0f0d4 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Thu, 6 Oct 2022 19:22:53 +0200 Subject: [PATCH] Add git gutter stuff and generally coc-git --- coc-settings.json | 3 ++- init.vim | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index aa484f8..6124df4 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -104,5 +104,6 @@ "args": ["start"], "filetypes": ["sh"] } -} +}, +"git.enableGutters": true } diff --git a/init.vim b/init.vim index 0f10455..9c648d3 100644 --- a/init.vim +++ b/init.vim @@ -39,6 +39,9 @@ nnoremap :NvimTreeFindFile nmap NERDCommenterToggle vmap NERDCommenterToggle +" show uncommited git changes in current part of the code +nnoremap :CocCommand git.chunkInfo + "plugin configuration syntax enable colorscheme dracula