How to use edgy.nvim for cmdline_output splits? #1163
Unanswered
vinicius507
asked this question in
Q&A
Replies: 1 comment
-
|
Finally found the answer, just use this filter: filter = function(_, win) return vim.api.nvim_win_get_config(win).relative == "" end, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I'm having a hard time figuring out how to improve my experience with noice
cmdline_outputsplit and edgy.nvim windows. Attached below is a screenshot showing the problem.Is there any way to make only the
cmdline_outputsplits be handled by edgy.nvim?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions