Display “⮠” for EOL

This commit is contained in:
Fabrice Mouhartem 2023-12-25 14:29:29 +01:00
parent 37f15e1b16
commit 63cabfab3d

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 = "¤"}) vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = ""})
vim.opt.list = true vim.opt.list = true
-- {W} -> [É] -- {W} -> [É]