Is there any way to hide the separator for transparent windows? #1702
Unanswered
vishalbalaji
asked this question in
Q&A
Replies: 1 comment
-
Hint: you can use hitest.vim to show the actual values and a demo for all highlight groups You can completely clear highlight groups and their links e.g. There are some nvim deprecation complications around the vertsplit / winseparator highlight groups, see: ##1221 . Result is two groups for nvim-tree and two groups for nvim, with default links between them. Experimentation, rerunning hitest to see the results:
|
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
-
I use this highlight to hide the nvim-tree separator.
This works fine when the background is opaque, but does not update for transparent backgrounds. Setting
fg = "NONE"
only makes the separator revert back to its default color. Is there any way to hide it in transparent windows or just an option to disable it?Beta Was this translation helpful? Give feedback.
All reactions