Add git gutter stuff and generally coc-git

This commit is contained in:
Szwendacz99 2022-10-06 19:22:53 +02:00
parent f8eaf3baab
commit 477fd09d74
2 changed files with 5 additions and 1 deletions

View file

@ -104,5 +104,6 @@
"args": ["start"], "args": ["start"],
"filetypes": ["sh"] "filetypes": ["sh"]
} }
} },
"git.enableGutters": true
} }

View file

@ -39,6 +39,9 @@ nnoremap <C-e> :NvimTreeFindFile<CR>
nmap <C-_> <plug>NERDCommenterToggle nmap <C-_> <plug>NERDCommenterToggle
vmap <C-_> <plug>NERDCommenterToggle vmap <C-_> <plug>NERDCommenterToggle
" show uncommited git changes in current part of the code
nnoremap <C-s> :CocCommand git.chunkInfo<CR>
"plugin configuration "plugin configuration
syntax enable syntax enable
colorscheme dracula colorscheme dracula