summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/undotree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/undotree.lua')
-rw-r--r--lua/ben/plugins/undotree.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/ben/plugins/undotree.lua b/lua/ben/plugins/undotree.lua
deleted file mode 100644
index f5dbefc..0000000
--- a/lua/ben/plugins/undotree.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-return {
- "jiaoshijie/undotree",
- dependencies = { "nvim-lua/plenary.nvim" },
- config = true,
- keys = {
- { "<leader>u", "<cmd>lua require('undotree').toggle()<cr>" },
- },
-}