actual progress omg
This commit is contained in:
7
lua/plugins/functional/undotree.lua
Normal file
7
lua/plugins/functional/undotree.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"mbbill/undotree",
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>u", "<cmd>UndotreeToggle<cr><cmd>UndotreeFocus<cr>")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user