diff options
Diffstat (limited to 'fnl/plugins/editor/undotree.fnl')
-rw-r--r-- | fnl/plugins/editor/undotree.fnl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fnl/plugins/editor/undotree.fnl b/fnl/plugins/editor/undotree.fnl deleted file mode 100644 index 05de139..0000000 --- a/fnl/plugins/editor/undotree.fnl +++ /dev/null @@ -1,5 +0,0 @@ -;; Tree of undo history. - -{1 :mbbill/undotree - :cmd :UndotreeToggle - :keys [{1 :<leader>u 2 :<cmd>UndotreeToggle<cr> :desc :Undotree}]} |