aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/undotree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/undotree.lua')
-rw-r--r--nvim/lua/plugins/undotree.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/undotree.lua b/nvim/lua/plugins/undotree.lua
index e874811..16d437e 100644
--- a/nvim/lua/plugins/undotree.lua
+++ b/nvim/lua/plugins/undotree.lua
@@ -1,6 +1,7 @@
return {
{
"mbbill/undotree",
+ lazy = false,
config = function()
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle)