add listchars
This commit is contained in:
parent
59141c8874
commit
023f0fb9c6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue