visualize your code with overview like Visual Studio's minimap. inspired by nanomap.
🚧 under development 🚧
- highlight search results
- mouse support
- Neovim
Plug 'mj-hd/vim-picomap', { 'do': 'bash install.sh' }
TODO
g:picomap_autostart
: (default: 1) show picomap when vim startsg:picomap_sync_interval
: (default: 100) interval to sync picomap window (ms)g:picomap_gitgutter
: (default: 1) enable visualizing gitgutter's hunkg:picomap_coc
: (default: 1) enable visualizing coc's diagnosticsg:picomap_winbled
: (default: 30) opacity of picomap window
Welcome PRs!