vim: don't show listchars on open
This commit is contained in:
parent
9b07ea7d53
commit
3116dd13e6
1 changed files with 1 additions and 1 deletions
|
@ -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 = '» ',
|
||||
|
|
Loading…
Add table
Reference in a new issue