LunarVim/plug-config/minimap.vim

7 lines
195 B
VimL
Raw Normal View History

2020-10-28 08:32:40 +01:00
let g:minimap_auto_start=0
let g:minimap_width 10
let g:minimap_highlight=#4ec9b0
let g:minimap_base_highlight=#1e1e1e
let g:minimap_block_filetypes=['fugitive', 'nerdtree']
let g:minimap_left=0