neovim: Colorize git diff

This commit is contained in:
Peter Cai 2022-08-08 19:16:07 -04:00
parent d94b3b6aec
commit 51ac294e33
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ fun! ResizeMinimap()
MinimapClose
Minimap
endfun
let g:minimap_git_colors = 1
let g:minimap_width = 10
autocmd VimResized * call ResizeMinimap()