feat(plugins): add undotree

- BREAKING CHANGE: keymap `U` to toggle undotree
This commit is contained in:
2025-03-23 10:18:13 +01:00
parent 85193f19fd
commit 04a7ec0218
3 changed files with 6 additions and 1 deletions

View File

@ -349,5 +349,7 @@ require('lazy').setup({
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons
-- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
lazy = false,
}
},
-- undotree
'mbbill/undotree',
}, {})