Display “⮠” for EOL
This commit is contained in:
parent
37f15e1b16
commit
63cabfab3d
@ -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} -> [É]
|
||||||
|
Loading…
Reference in New Issue
Block a user