feat: smart case in search by default
This commit is contained in:
parent
1d9b537cf2
commit
5ffa0d858c
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -50,6 +50,9 @@ vim.opt.winminheight = 3
|
||||||
vim.opt.winwidth = 12
|
vim.opt.winwidth = 12
|
||||||
vim.opt.winminwidth = 12
|
vim.opt.winminwidth = 12
|
||||||
|
|
||||||
|
vim.opt.ignorecase = true
|
||||||
|
vim.opt.smartcase = true
|
||||||
|
|
||||||
|
|
||||||
-- Tabline
|
-- Tabline
|
||||||
-- TODO customize structure to make selected tab use same hi as mode, maybe
|
-- TODO customize structure to make selected tab use same hi as mode, maybe
|
||||||
|
|
Loading…
Reference in a new issue