Minimap only for active buffer? #135
-
I must be blind, but I cant see option in setting to show minimap only for active buffer. Awesome plugin btw. buf_filter = function(bufnr)
return bufnr == vim.api.nvim_get_current_buf()
end,
but it would still show minimap everywhere.. |
Beta Was this translation helpful? Give feedback.
Answered by
JoseConseco
Aug 22, 2024
Replies: 1 comment
-
did the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JoseConseco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did the trick.