How to disable mini.indentscope on a non active window when same buffer is opened in two different windows. #2049
-
Contributing guidelines
Module(s)mini.indentscope QuestionHey echasnovski! Is it possible to disable mini.indentscope on a non active window when both the non active and active window show the same buffer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I am afraid there is (currently) no way, sorry. And currently none is planned, as it would require to account for There might be an update to have this behavior (visualize scope only in the current window) by default, but that requires research about window-scoped extmarks. Since this is Neovim>=0.11 only, it is not quite a high priority yet. Although I now can't find how to do that o.O |
Beta Was this translation helpful? Give feedback.
I am afraid there is (currently) no way, sorry. And currently none is planned, as it would require to account for
vim.wvariables, which is too much.There might be an update to have this behavior (visualize scope only in the current window) by default, but that requires research about window-scoped extmarks. Since this is Neovim>=0.11 only, it is not quite a high priority yet. Although I now can't find how to do that o.O