neovim: use listchars instead of indent-blankline plugin

This commit is contained in:
2022-06-24 20:32:36 +03:00
parent 2e47181c57
commit 703484c4ef
3 changed files with 2 additions and 19 deletions

View File

@@ -41,3 +41,5 @@ opt.colorcolumn = "120"
opt.autoread = true
opt.showmode = false
opt.redrawtime = 4000
opt.list = true
opt.listchars = { space = "·", tab = ">~" }