Add various small changes from use over the last few days

This commit is contained in:
2025-10-15 01:23:05 -05:00
parent 158b6a285d
commit f36cb204c4
8 changed files with 54 additions and 24 deletions

View File

@@ -1,3 +1,7 @@
return {
"mbbill/undotree",
config = function()
vim.g.undotree_SplitWidth = 41
vim.g.undotree_DiffpanelHeight = 14
end,
}