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

@ -0,0 +1,6 @@
return {
'mbbill/undotree',
config = function()
vim.g.undotree_WindowLayout = 4
end
}