fix(nvim): use correct cmd key for no-neck-pain commands in lazy

This commit is contained in:
Price Hiller 2024-02-09 02:18:30 -06:00
parent 3f8a2e4874
commit 6a3b8f6de3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -4,7 +4,7 @@ return {
opts = { opts = {
width = 160, width = 160,
}, },
cmds = { cmd = {
"NoNeckPain", "NoNeckPain",
"NoNeckPainResize", "NoNeckPainResize",
"NoNeckPainWidthDown", "NoNeckPainWidthDown",