Add visualization for tabs, trailing spaces, and nbsp's

This commit is contained in:
Martin Larsson 2024-06-03 23:10:56 +02:00
parent 8ba1bb0265
commit 8c33f07957

View file

@ -65,4 +65,8 @@ opt.termsync = true
-- Sets a minimum number of lines to keep above and below the cursor
opt.scrolloff = 4
-- Whitespaces
opt.listchars = { tab = "\"", trail = "·", nbsp = "" }
opt.list = true
return opt