Initial commit
This commit is contained in:
6
lua/plugins/undotree.lua
Normal file
6
lua/plugins/undotree.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"mbbill/undotree",
|
||||
config = function ()
|
||||
vim.keymap.set("n", "<leader>z", vim.cmd.UndotreeToggle, { desc = "Toggle untotree" })
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user