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