4 lines
105 B
Lua
4 lines
105 B
Lua
vim.opt.confirm = true
|
|
vim.opt.ignorecase = true
|
|
vim.opt.smartcase = true
|
|
vim.opt.spell = false
|