feat: disabled opt.list to improve go files

This commit is contained in:
ralvescosta 2025-03-16 19:56:42 -03:00
parent f056d7155f
commit 15ec6fe0df
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ vim.opt.splitbelow = true
-- Sets how neovim will display certain whitespace characters in the editor.
-- See `:help 'list'`
-- and `:help 'listchars'`
vim.opt.list = true
vim.opt.list = false -- originally this configuration was true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
-- Preview substitutions live, as you type!