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