listchar: better char for newline

This commit is contained in:
Fabrice Mouhartem 2023-12-25 14:49:47 +01:00
parent 63cabfab3d
commit f6127cf54b

View File

@ -3,7 +3,7 @@
--hi NbSps ctermbg=lightred guibg=lightred --hi NbSps ctermbg=lightred guibg=lightred
--match NbSps /\%xa0\|\%u202F/ --match NbSps /\%xa0\|\%u202F/
-- bépo -- bépo
vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = ""}) vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = ''})
vim.opt.list = true vim.opt.list = true
-- {W} -> [É] -- {W} -> [É]