I'm trying to use some of the given characters ['|', '⎸', '¦', '┆', '┊'] to have more aesthetic lines however I get the following issue.
where '\' slashes are shown in addition to the character that I want. The line in my .vimrc that sets the character is the following:
set list lcs=tab:\│\
Am I setting this incorrectly? What do I need to do to get rid of the unwanted '\' slashes
I'm trying to use some of the given characters ['|', '⎸', '¦', '┆', '┊'] to have more aesthetic lines however I get the following issue.
where '\' slashes are shown in addition to the character that I want. The line in my
.vimrc
that sets the character is the following:set list lcs=tab:\│\
Am I setting this incorrectly? What do I need to do to get rid of the unwanted '\' slashes