3 lines
76 B
Lua
3 lines
76 B
Lua
vim.opt.ignorecase = true
|
|
vim.opt.smartcase = true
|
|
vim.opt.showmatch = true
|
vim.opt.ignorecase = true
|
|
vim.opt.smartcase = true
|
|
vim.opt.showmatch = true
|