GUIX/files/init.lua
2026-07-25 16:13:15 +03:00

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