Mark multiple spaces with "—" to find misformattings faster
This commit is contained in:
@@ -17,7 +17,7 @@ vim.opt.cursorline = true
|
|||||||
|
|
||||||
-- show meaningful chars for non-printable situations, e.g. nbsp or wrappings
|
-- show meaningful chars for non-printable situations, e.g. nbsp or wrappings
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
vim.opt.listchars = "tab:› ,trail:·,nbsp:␣,extends:»,precedes:«"
|
vim.opt.listchars = "tab:› ,multispace:—,leadmultispace: ,trail:·,nbsp:␣,extends:»,precedes:«"
|
||||||
|
|
||||||
-- highlight search results
|
-- highlight search results
|
||||||
vim.opt.hlsearch = true
|
vim.opt.hlsearch = true
|
||||||
|
|||||||
Reference in New Issue
Block a user