aboutsummaryrefslogtreecommitdiff
path: root/after/plugin/undotree.lua
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-09-25 18:32:26 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-09-25 18:32:26 -0400
commitfb6d08dabb1f500aac84be26fc10185b60a30820 (patch)
tree3283c12ce9d73cae241cc022846898e32e29f47b /after/plugin/undotree.lua
parent3c0144a282f754f0ea02c18f19d49cee78f1279b (diff)
add some additional plugins, and configure them.
Diffstat (limited to 'after/plugin/undotree.lua')
-rw-r--r--after/plugin/undotree.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/after/plugin/undotree.lua b/after/plugin/undotree.lua
new file mode 100644
index 0000000..b6b9276
--- /dev/null
+++ b/after/plugin/undotree.lua
@@ -0,0 +1 @@
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)