fix: restore character to display tabs

This commit is contained in:
Carlos Hurtado 2024-05-01 13:05:46 -06:00
parent cbdd4304fe
commit 8d252d2c49
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ vim.opt.splitbelow = false
-- 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'