aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-25 13:09:04 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-25 13:09:04 -0500
commitee1c127efd5c233cf565d32dba4ccad1e1c52dec (patch)
tree3e5f6c9a0e8d8dcb52eb506a59470b0236285997
parent8445bc674d326abaab6708d098d3815e6c97a247 (diff)
revert(undotree): remove undotree keymap
-rw-r--r--nvim/.config/nvim/lua/tobyvin/plugins/undotree.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/undotree.lua b/nvim/.config/nvim/lua/tobyvin/plugins/undotree.lua
index 116f7d5..c312c4b 100644
--- a/nvim/.config/nvim/lua/tobyvin/plugins/undotree.lua
+++ b/nvim/.config/nvim/lua/tobyvin/plugins/undotree.lua
@@ -12,8 +12,6 @@ M.setup = function()
winblend = 0,
},
})
-
- vim.keymap.set("n", "<leader>u", undotree.toggle, { desc = "Undotree" })
end
return M