Improving Git support

This commit is contained in:
Emmanuel BENOîT 2020-12-04 23:04:57 +01:00
parent 7a908c6f9c
commit de95477978
5 changed files with 29 additions and 19 deletions

View file

@ -1,6 +1,8 @@
" Timeout settings for key sequences
set notimeout
set timeoutlen=0
set ttimeout
set ttimeoutlen=-1
" Time between updates
set updatetime=100

4
cfg/50-diff-colors.vim Normal file
View file

@ -0,0 +1,4 @@
" Diff colors
highlight DiffAdd ctermbg=17
highlight DiffChange ctermbg=22
highlight DiffDelete ctermbg=52

3
cfg/50-sign-column.vim Normal file
View file

@ -0,0 +1,3 @@
" Sign column color and visibility
set signcolumn=yes
highlight SignColumn ctermbg=234