How to get vertical guides along with showing whitespaces characters like tabs? #916
-
In VS Code I can see vertical guides along with tabs: And in Neovim I set Is there any way to work around this? Can I get things looking like in VS Code |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You cannot render more than one character in the same cell in the terminal. So you cannot have the indentation line, and a different character for the tab at the same time. As a workaround, you could use a unicode character that combines a line and an arrow, like |
Beta Was this translation helpful? Give feedback.
list
andlistchars
do not conflict with IBL. IBL uses the values you have defined in them, see:help ibl.config.indent.tab_char
.You cannot render more than one character in the same cell in the terminal. So you cannot have the indentation line, and a different character for the tab at the same time.
As a workaround, you could use a unicode character that combines a line and an arrow, like
.