refactor(nvim): remove lead listchars
This commit is contained in:
parent
bc097e3a51
commit
8da3eb7073
@ -98,7 +98,6 @@ M.setup = function()
|
||||
-- Set listcharacters
|
||||
opt.list = true
|
||||
opt.listchars:append("tab:-->")
|
||||
opt.listchars:append("lead:⋅")
|
||||
opt.listchars:append("trail:·")
|
||||
opt.listchars:append("extends:◣")
|
||||
opt.listchars:append("precedes:◢")
|
||||
|
Loading…
Reference in New Issue
Block a user