fix(nvim): correctly lazy load vim-move on keys

This commit is contained in:
Price Hiller 2024-01-21 00:57:26 -06:00
parent c8f6c8f1e0
commit 12c9995a8b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -4,7 +4,7 @@ return {
event = "VeryLazy",
keys = {
"<A-j>",
"<A-j>",
"<A-k>",
"<A-h>",
"<A-l>",
},