1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-11-08 23:50:01 +00:00

Added config for gitgutter

This commit is contained in:
Knut Ahlers 2013-10-28 23:42:24 +01:00
parent c218f52d66
commit 3f99b4588e

7
vimrc
View file

@ -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)
"