gorbit99 / codewindow.nvim

MIT License
431 stars 16 forks source link

[Feature Request] Minimap for strict buffers only #43

Closed BooleanCube closed 1 year ago

BooleanCube commented 1 year ago

I started using the codewindow.nvim plugin in Neovim and so far I love it. But there is one drawback which is very annoying. I use Nvim-Tree plugin which is essentially a file explorer plugin embedded in Neovim and soon as I switch buffers to open a new file the codewindow also shifts and displays the minimap of the nvim-tree plugin buffer. Can we make the minimap such that it doesn't shift buffers when moving through multiple buffers as well? Or atleast some how filter some types of buffers from having the minimap?

gorbit99 commented 1 year ago

Check out #40 for now. I'll consider the feature request during the rewrite that is happening right now.