feat(nvim minimap): add git colors

This commit is contained in:
matt1432 2023-09-30 03:05:11 -04:00
parent 0bf0b0416b
commit 548c3c428a

View file

@ -35,3 +35,4 @@ nnoremap <silent> <esc> :noh<cr><esc>
let g:minimap_width = 10
let g:minimap_auto_start = 1
let g:minimap_auto_start_win_enter = 1
let g:minimap_git_colors = 1