Initial commit
This commit is contained in:
commit
930c835e60
5 changed files with 223 additions and 0 deletions
3
search.lua
Normal file
3
search.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vim.opt.ignorecase = true
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.showmatch = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue