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