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