mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Set smartcase
This commit is contained in:
parent
c245404263
commit
5b6412739b
1 changed files with 4 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue