summaryrefslogtreecommitdiff
path: root/undotree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'undotree.lua')
-rw-r--r--undotree.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/undotree.lua b/undotree.lua
new file mode 100644
index 0000000..3ba31fc
--- /dev/null
+++ b/undotree.lua
@@ -0,0 +1,7 @@
+return {
+ -- undotree: visualize undo history
+ {
+ "mbbill/undotree",
+ cmd = "UndotreeToggle", -- lazy-load only when opening
+ },
+}