vim: don't show listchars on open

This commit is contained in:
Fernando Schauenburg 2023-07-16 14:51:07 +02:00
parent 9b07ea7d53
commit 3116dd13e6

View file

@ -74,7 +74,7 @@ o.showbreak = '⤷ ' -- prefix for wrapped lines
o.scrolloff = 3 -- min. # of lines above and below cursor
o.sidescrolloff = 3 -- min. # of columns to left and right of cursor
o.signcolumn = 'number' -- display signs in 'number' column
o.list = true -- show invisible characters
o.list = false -- don't show invisible characters initially
o.listchars = {
eol = '',
tab = '» ',