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
6
lua/custom/plugins/undotree.lua
Normal file
6
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'mbbill/undotree',
|
||||
config = function()
|
||||
vim.g.undotree_WindowLayout = 4
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue