Remove Undotree, never used it
This commit is contained in:
parent
c5ab57456d
commit
4d939677c5
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
return {
|
||||
"mbbill/undotree",
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("utils").add_keymaps({
|
||||
n = {
|
||||
["<leader>ud"] = { cmd = ":UndotreeToggle<CR>", opts = { silent = true } }
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue