Add visualization for tabs, trailing spaces, and nbsp's
This commit is contained in:
parent
8ba1bb0265
commit
8c33f07957
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue