From 069ff40250e2e00ac6c4b6f8b35d84e606f3bc93 Mon Sep 17 00:00:00 2001 From: Marcus Ho Date: Tue, 14 Jan 2025 10:03:46 +0800 Subject: [PATCH] Add plugin undotree --- lua/custom/plugins/undotree.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/custom/plugins/undotree.lua diff --git a/lua/custom/plugins/undotree.lua b/lua/custom/plugins/undotree.lua new file mode 100644 index 00000000..c09143e7 --- /dev/null +++ b/lua/custom/plugins/undotree.lua @@ -0,0 +1,6 @@ +return { + 'mbbill/undotree', + keys = { + { 'u', 'UndotreeToggle', desc = 'Toggle undotree' }, + }, +}