nvim-conf/search.lua
2026-03-09 21:13:27 +05:00

3 lines
76 B
Lua

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