We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, can you support custom compression via some global variables?
As example smth like this
" let hscale = string(2.0 * g:minimap_width / s:win_info['working_width']) let hscale = 1.0 " let vscale = string(4.0 * winheight(s:win_info['mmwinid']) / line('$')) let vscale = 0.5
Also with this compression minimap is bugged. I have to change focus some time to get right selection zone size / scroll.
I created Feature request for code-minimap wfxr/code-minimap#135
what do you think about sending custom glyphs for specified lines? Or probably some key words like class / function?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, can you support custom compression via some global variables?
As example smth like this
Also with this compression minimap is bugged. I have to change focus some time to get right selection zone size / scroll.
I created Feature request for code-minimap
wfxr/code-minimap#135
what do you think about sending custom glyphs for specified lines? Or probably some key words like class / function?
The text was updated successfully, but these errors were encountered: