all repos

init.lua @ d15629f

my nvim config
1 files changed, 8 insertions(+), 0 deletions(-)
feat(options): enable listchars
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-17 22:07:27 +0300
Parent: cb67eee
M lua/core/options.lua

@@ -37,6 +37,14 @@ o.hidden = true

o.title = true o.wrap = false +-- listchars +o.list = true +o.listchars = { + space = "·", + trail = "~", + tab = "|·", +} + -- swap files o.undofile = true o.swapfile = false