vim: use better tab symbol
This commit is contained in:
parent
f5e1ac20eb
commit
8521dd9847
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ M.setup = function()
|
||||||
o.list = false -- don't show invisible characters initially
|
o.list = false -- don't show invisible characters initially
|
||||||
o.listchars = {
|
o.listchars = {
|
||||||
eol = '↲',
|
eol = '↲',
|
||||||
tab = '» ',
|
tab = ' ', -- »
|
||||||
extends = '…',
|
extends = '…',
|
||||||
precedes = '…',
|
precedes = '…',
|
||||||
trail = '·',
|
trail = '·',
|
||||||
|
|
Loading…
Add table
Reference in a new issue