Highlight tabs, trailing whitespace, and non-breaking spaces
This commit is contained in:
parent
24313cc9c0
commit
7512d46578
|
@ -57,3 +57,7 @@ vim.o.showmode = false
|
|||
|
||||
-- Minimum number of screen lines above and below the cursor
|
||||
vim.o.scrolloff = 10
|
||||
|
||||
-- Highlight tabs and trailing whitespace
|
||||
vim.o.listchars = "trail:~,tab:¦⁃,nbsp:␣"
|
||||
vim.o.list = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user