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.listchars = {
|
||||
eol = '↲',
|
||||
tab = '» ',
|
||||
tab = ' ', -- »
|
||||
extends = '…',
|
||||
precedes = '…',
|
||||
trail = '·',
|
||||
|
|
Loading…
Add table
Reference in a new issue