neovim: show multispace instead of space in listchars

This commit is contained in:
2022-07-03 22:58:58 +03:00
parent f31ec36016
commit c682669b18

View File

@@ -42,4 +42,4 @@ opt.autoread = true
opt.showmode = false opt.showmode = false
opt.redrawtime = 4000 opt.redrawtime = 4000
opt.list = true opt.list = true
opt.listchars = { space = "·", tab = ">~" } opt.listchars = { multispace = "·", tab = ">~" }