From 457ce9e6017c081e02a566895fa1fe488cd87b9c Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 18 Jul 2024 09:07:05 +0100 Subject: Refactor plugins for lazy.nvim --- neovim/.config/nvim/lua/plugins/undotree.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 neovim/.config/nvim/lua/plugins/undotree.lua (limited to 'neovim/.config/nvim/lua/plugins/undotree.lua') diff --git a/neovim/.config/nvim/lua/plugins/undotree.lua b/neovim/.config/nvim/lua/plugins/undotree.lua new file mode 100644 index 0000000..7492481 --- /dev/null +++ b/neovim/.config/nvim/lua/plugins/undotree.lua @@ -0,0 +1,8 @@ +return { + { + 'mbbill/undotree', + keys = { + { '', 'UndotreeToggle', desc = 'UndoTree toggle' }, + }, + }, +} -- cgit v1.2.3