vim.opt.ignorecase = false
vim.opt.smartcase  = false
vim.opt.showmatch  = true
vim.opt.hlsearch   = true
vim.opt.incsearch  = true