Remove listchar whitespace visualization, it was just getting in the way
imo.
This commit is contained in:
parent
cc1d9121d6
commit
1c46dfff48
1 changed files with 3 additions and 2 deletions
|
|
@ -66,7 +66,8 @@ opt.termsync = true
|
||||||
opt.scrolloff = 4
|
opt.scrolloff = 4
|
||||||
|
|
||||||
-- Whitespaces
|
-- Whitespaces
|
||||||
opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" }
|
-- opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" }
|
||||||
opt.list = true
|
-- opt.list = true
|
||||||
|
opt.list = false
|
||||||
|
|
||||||
return opt
|
return opt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue