feat(nvim): use smaller lead dot (·)
This commit is contained in:
parent
6424c213de
commit
5cd62d2b7d
@ -90,7 +90,7 @@ M.setup = function()
|
||||
-- Set listcharacters
|
||||
opt.list = true
|
||||
opt.listchars:append("tab:-->")
|
||||
opt.listchars:append("lead:·")
|
||||
opt.listchars:append("lead:⋅")
|
||||
opt.listchars:append("trail:·")
|
||||
opt.listchars:append("extends:◣")
|
||||
opt.listchars:append("precedes:◢")
|
||||
|
Loading…
Reference in New Issue
Block a user