chore: set default tab width and set persistent undotree
This commit is contained in:
parent
7ce430e81d
commit
615e8a4aae
6 changed files with 17 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue