This commit is contained in:
2024-08-12 22:04:25 -04:00
parent 4e8345634a
commit 4e2fe4ebed
3 changed files with 7 additions and 5 deletions

View File

@@ -143,7 +143,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 = '', eol = '|' }
-- Preview substitutions live, as you type!
vim.opt.inccommand = 'split'