From 1efc20ac86932a675f23b3d9e02b4b4d2d288e44 Mon Sep 17 00:00:00 2001 From: ammon134 Date: Sun, 7 Apr 2024 10:04:47 +0700 Subject: [PATCH] fix(mini.move): & overridden by default global keybindings --- lua/lazyvim/plugins/extras/editor/mini-move.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/mini-move.lua b/lua/lazyvim/plugins/extras/editor/mini-move.lua index aa8823ef..d62dc80d 100644 --- a/lua/lazyvim/plugins/extras/editor/mini-move.lua +++ b/lua/lazyvim/plugins/extras/editor/mini-move.lua @@ -1,7 +1,7 @@ return { { "echasnovski/mini.move", - event = "VeryLazy", + event = "LazyFile", opts = {}, }, }