Add git gutter stuff and generally coc-git
This commit is contained in:
parent
f8eaf3baab
commit
477fd09d74
2 changed files with 5 additions and 1 deletions
|
@ -104,5 +104,6 @@
|
||||||
"args": ["start"],
|
"args": ["start"],
|
||||||
"filetypes": ["sh"]
|
"filetypes": ["sh"]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"git.enableGutters": true
|
||||||
}
|
}
|
||||||
|
|
3
init.vim
3
init.vim
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue