Add keymaps

This commit is contained in:
dla 2024-09-12 18:02:57 +07:00
parent df3391a4cf
commit 5cca66915a
2 changed files with 10 additions and 0 deletions

View file

@ -4,3 +4,4 @@ vim.opt.smarttab = true -- Enable smarttab
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