listchar: better char for newline
This commit is contained in:
parent
63cabfab3d
commit
f6127cf54b
@ -3,7 +3,7 @@
|
||||
--hi NbSps ctermbg=lightred guibg=lightred
|
||||
--match NbSps /\%xa0\|\%u202F/
|
||||
-- bépo
|
||||
vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = "⮠"})
|
||||
vim.opt.listchars:append({nbsp = "·", trail = "¤", eol = '↲'})
|
||||
vim.opt.list = true
|
||||
|
||||
-- {W} -> [É]
|
||||
|
Loading…
Reference in New Issue
Block a user