mod(nvim): regress back to simple indentline style

This commit is contained in:
Léana 江 2023-10-02 06:50:36 +02:00 committed by Léana 江
parent 7a0a6b639a
commit 18efd00905
3 changed files with 11 additions and 34 deletions

View file

@ -41,7 +41,7 @@ api.nvim_create_autocmd("TextYankPost", {
})
opt.listchars = {
tab = " ",
tab = " ",
trail = "",
}
opt.list = true