mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01: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
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
|
||||||
|
-- Enable smart case search
|
||||||
|
vim.opt.ignorecase = true
|
||||||
|
vim.opt.smartcase = true
|
||||||
|
|
||||||
-- Diagnostic config
|
-- Diagnostic config
|
||||||
-- TODO: Do I still need this?
|
-- TODO: Do I still need this?
|
||||||
-- vim.diagnostic.config({ virtual_text = false })
|
-- vim.diagnostic.config({ virtual_text = false })
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue