general options: add listchars back
It was in the bépo config file and is useful to detect trailing spaces and nbsp chars.
This commit is contained in:
parent
22b51e96bc
commit
ce9a024a32
@ -60,3 +60,7 @@ vim.o.tw = 80
|
|||||||
vim.o.winwidth = 88
|
vim.o.winwidth = 88
|
||||||
vim.o.scrolloff = 10
|
vim.o.scrolloff = 10
|
||||||
vim.cmd "set formatoptions-=t"
|
vim.cmd "set formatoptions-=t"
|
||||||
|
|
||||||
|
-- Make some typographic chars visible
|
||||||
|
vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = '↲'})
|
||||||
|
vim.o.list = true
|
||||||
|
Loading…
Reference in New Issue
Block a user