Remove listchar whitespace visualization, it was just getting in the way

imo.
This commit is contained in:
Martin Larsson 2024-09-21 16:45:17 +02:00
parent cc1d9121d6
commit 1c46dfff48

View file

@ -66,7 +66,8 @@ opt.termsync = true
opt.scrolloff = 4
-- Whitespaces
opt.listchars = { tab = "\"", trail = "·", nbsp = "" }
opt.list = true
-- opt.listchars = { tab = "→\"", trail = "·", nbsp = "␣" }
-- opt.list = true
opt.list = false
return opt