This commit is contained in:
dla 2024-09-12 23:16:22 +07:00
parent 2ceb228c90
commit 6bda505492
3 changed files with 6 additions and 4 deletions

View file

@ -5,3 +5,4 @@ vim.opt.expandtab = true -- Convert tabs to spaces
vim.opt.smartindent = true -- Enable smart indentation
vim.opt.autoindent = true -- Enable auto indentation
vim.opt.relativenumber = true
vim.opt.wrap = true