nvim: update listchars

This commit is contained in:
Gabriel Arazas 2024-10-04 15:36:35 +08:00
parent 70a153d723
commit 0766497a92

View File

@ -17,7 +17,7 @@ function module.setup()
vim.opt.tabstop = 4
vim.opt.conceallevel = 1
vim.opt.list = true
vim.opt.listchars = { tab = " ", trail = "·" }
vim.opt.listchars = { tab = " ", trail = "·" }
vim.opt_local.spell = true
vim.opt.smartindent = true