vim: use better tab symbol

This commit is contained in:
Fernando Schauenburg 2024-02-11 18:32:58 +01:00
parent f5e1ac20eb
commit 8521dd9847

View file

@ -83,7 +83,7 @@ M.setup = function()
o.list = false -- don't show invisible characters initially
o.listchars = {
eol = '',
tab = '» ',
tab = '󰌒 ', -- »
extends = '',
precedes = '',
trail = '·',