diff --git a/lua/config/options.lua b/lua/config/options.lua index 0096832..c9163ef 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -66,7 +66,7 @@ vim.opt.splitbelow = true -- See `:help 'list'` -- and `:help 'listchars'` vim.opt.list = true -vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' } +vim.opt.listchars = { tab = '· ', trail = '·', nbsp = '␣' } -- Preview substitutions live, as you type! vim.opt.inccommand = 'split'