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