diff options
Diffstat (limited to 'undotree.lua')
| -rw-r--r-- | undotree.lua | 7 |
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 + }, +} |
