codewindow.nvim
codewindow.nvim copied to clipboard
[UNWANTED BEHAVIOUR] Map is overlapping a buffer
In effect some code is covered by map. Only workaround is to toggle map off and on.
I'm slowly working on this, though it's hard. The idea would be to split off a small chunk of the currently selected window, and display the float on top of that (mainly for consistency). This should stop the text being covered by the minimap, but ironically, managing non floating windows is more difficult than floating ones
I'm using textwidth=0 and wrapmargin=minimap_width+2, and that's ok for editing text, but not for viewing existing text that exceeds the wrap length.
This issue is currently set as a target for the rewrite