chore: set default tab width and set persistent undotree

This commit is contained in:
PeteChu 2023-04-20 14:15:06 +07:00
parent 7ce430e81d
commit 615e8a4aae
6 changed files with 17 additions and 12 deletions

View file

@ -2,6 +2,8 @@ vim.opt.relativenumber = true
vim.opt.expandtab = true
vim.opt.smarttab = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.incsearch = true