neovim: show multispace instead of space in listchars
This commit is contained in:
@@ -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 = ">~" }
|
||||||
|
|||||||
Reference in New Issue
Block a user