Improving Git support
This commit is contained in:
parent
7a908c6f9c
commit
de95477978
5 changed files with 29 additions and 19 deletions
|
@ -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
4
cfg/50-diff-colors.vim
Normal 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
3
cfg/50-sign-column.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
" Sign column color and visibility
|
||||
set signcolumn=yes
|
||||
highlight SignColumn ctermbg=234
|
Loading…
Add table
Add a link
Reference in a new issue