feat(plugins): add undotree
- BREAKING CHANGE: keymap `U` to toggle undotree
This commit is contained in:
@ -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',
|
||||
}, {})
|
||||
|
Reference in New Issue
Block a user