refactor(nvim): combine lead & trail to space list char
This commit is contained in:
parent
434cb94100
commit
8f335f2cbd
@ -93,8 +93,7 @@ M.setup = function()
|
||||
-- Set listcharacters
|
||||
opt.list = true
|
||||
opt.listchars:append("tab:-->")
|
||||
opt.listchars:append("lead:⋅")
|
||||
opt.listchars:append("trail:·")
|
||||
opt.listchars:append("space:⋅")
|
||||
opt.listchars:append("extends:◣")
|
||||
opt.listchars:append("precedes:◢")
|
||||
opt.listchars:append("nbsp:○")
|
||||
|
Loading…
Reference in New Issue
Block a user