add listchars

This commit is contained in:
Daylin Morgan 2022-09-06 07:49:42 -05:00
parent 59141c8874
commit 023f0fb9c6

View file

@ -2,6 +2,8 @@
local opt = vim.opt
opt.timeoutlen = 200
-- opt.cmdheight = 0 -- broken??
opt.listchars:append({ tab = "⍿·", trail = "×" })
vim.opt.list = true
-- lvim specific settings
-- general