mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Added config for gitgutter
This commit is contained in:
parent
c218f52d66
commit
3f99b4588e
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -920,6 +920,13 @@ set bl " nobl
|
|||
" debug - set to "msg" to see all error messages
|
||||
set debug=
|
||||
|
||||
"
|
||||
" Configuration gitgutter
|
||||
"
|
||||
let g:gitgutter_enabled = 1
|
||||
let g:gitgutter_highlight_lines = 0
|
||||
hi SignColumn cterm=none ctermbg=none
|
||||
|
||||
"
|
||||
" filetype (common for plugins)
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue