Initial commit

This commit is contained in:
Rendo 2026-03-09 21:13:27 +05:00
commit 930c835e60
5 changed files with 223 additions and 0 deletions

3
search.lua Normal file
View file

@ -0,0 +1,3 @@
vim.opt.ignorecase = true
vim.opt.smartcase = true
vim.opt.showmatch = true