refac(prog/nvim): disable gitgutter line highlighting
This commit is contained in:
parent
1a5b4934f6
commit
afcb6c16b2
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ call plug#end()
|
|||
" Plugin: GitGutter {{{
|
||||
let g:gitgutter_set_sign_backgrounds = 1
|
||||
let g:gitgutter_highlight_linenrs = 1
|
||||
let g:gitgutter_highlight_lines = 1
|
||||
|
||||
nnoremap <leader>ghl :GitGutterLineHighlightsToggle<CR>
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue