diff options
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/undotree.lua')
-rw-r--r-- | neovim/.config/nvim/lua/plugins/undotree.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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 = { + { '<F5>', '<cmd>UndotreeToggle<CR>', desc = 'UndoTree toggle' }, + }, + }, +} |