nvim-conf/lua/search.lua
2026-07-28 18:55:04 +05:00

3 lines
76 B
Lua

vim.opt.ignorecase = true
vim.opt.smartcase = true
vim.opt.showmatch = true