refac(prog/nvim): enable git gutter by default

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-15 11:27:25 +03:00
parent 20611ed9c6
commit 2f66fbc3d1

View file

@ -62,7 +62,6 @@ call plug#end()
" }}}
" Plugin: GitGutter {{{
let g:gitgutter_enabled = 0
let g:gitgutter_sign_priority = 1
let g:gitgutter_set_sign_backgrounds = 0
let g:gitgutter_map_keys = 0