feat: smart case in search by default

This commit is contained in:
əlemi 2023-12-13 12:59:50 +01:00
parent 1d9b537cf2
commit 5ffa0d858c
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -50,6 +50,9 @@ vim.opt.winminheight = 3
vim.opt.winwidth = 12
vim.opt.winminwidth = 12
vim.opt.ignorecase = true
vim.opt.smartcase = true
-- Tabline
-- TODO customize structure to make selected tab use same hi as mode, maybe