Use same character for trailing space as leading space
This commit is contained in:
parent
7c9d636378
commit
5df3c9a194
|
@ -5,7 +5,7 @@ vim.opt.laststatus = 3
|
|||
vim.opt.shiftwidth = 4
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.listchars = { lead = ".", trail = "-", tab = ">_" }
|
||||
vim.opt.listchars = { lead = ".", trail = ".", tab = ">->" }
|
||||
vim.opt.list = true
|
||||
vim.opt.wrap = true
|
||||
vim.opt.linebreak = true
|
||||
|
|
Loading…
Reference in a new issue