6 lines
148 B
Lua
6 lines
148 B
Lua
vim.opt.swapfile = true
|
|
vim.opt.autoindent = true
|
|
vim.opt.shiftwidth = 4
|
|
vim.opt.confirm = true
|
|
vim.opt.relativenumber = true
|
|
vim.opt.number = true
|