refactor: display tabs with ||

This commit is contained in:
Carlos Hurtado 2024-05-01 12:57:03 -06:00
parent 3814931d83
commit cbdd4304fe
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'