Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 230 forks source link

How to add the given characters: ['|', '⎸', '¦', '┆', '┊'] without '\\' slashes showing #267

Closed atticusmatticus closed 5 years ago

atticusmatticus commented 5 years ago

I'm trying to use some of the given characters ['|', '⎸', '¦', '┆', '┊'] to have more aesthetic lines however I get the following issue.

screen shot 2019-03-01 at 12 06 06

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