5 lines
118 B
Lua
5 lines
118 B
Lua
vim.opt.number = true
|
|
vim.opt.swapfile = true
|
|
vim.opt.autoindent = true
|
|
vim.opt.shiftwidth = 4
|
|
vim.opt.confirm = true
|