refactor(nvim): remove lead listchars

This commit is contained in:
Price Hiller 2023-09-02 18:22:01 -05:00
parent bc097e3a51
commit 8da3eb7073
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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:◢")