feat(nvim minimap): add git colors
This commit is contained in:
parent
0bf0b0416b
commit
548c3c428a
1 changed files with 1 additions and 0 deletions
|
@ -35,3 +35,4 @@ nnoremap <silent> <esc> :noh<cr><esc>
|
||||||
let g:minimap_width = 10
|
let g:minimap_width = 10
|
||||||
let g:minimap_auto_start = 1
|
let g:minimap_auto_start = 1
|
||||||
let g:minimap_auto_start_win_enter = 1
|
let g:minimap_auto_start_win_enter = 1
|
||||||
|
let g:minimap_git_colors = 1
|
||||||
|
|
Loading…
Reference in a new issue