diff --git a/lua/user/options.lua b/lua/user/options.lua index 5a47cf3..fc30737 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -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 })