Set smartcase

This commit is contained in:
Marcelo Jacobus 2025-07-03 17:49:34 -03:00
parent c245404263
commit 5b6412739b

View file

@ -26,6 +26,10 @@ vim.opt.splitright = true
vim.opt.wrap = false
-- Enable smart case search
vim.opt.ignorecase = true
vim.opt.smartcase = true
-- Diagnostic config
-- TODO: Do I still need this?
-- vim.diagnostic.config({ virtual_text = false })