Diagnostic error in lazy syntax #1563
Answered
by
glacambre
niksingh710
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
glacambre
Sep 3, 2023
Replies: 1 comment 1 reply
-
I don't use/know lazy.nvim, but reading the message |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
niksingh710
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't use/know lazy.nvim, but reading the message
Cannot assign "string" to "(string|LazyPlugin)[]"
makes me think that you're trying to pass a string where an array of strings is expected. Tryplugins = {"firenvim"}
instead.