This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Replies: 2 comments 2 replies
-
That Also, your |
Beta Was this translation helpful? Give feedback.
2 replies
-
I don't think that an issue with this plugin, I was getting that before installing.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have run into a weird bug where when I startup nvim it complains about
Undefined global:
vim``. I've spent the last 4 hours putting print statements all over the neodev code and the lspconfig code and I've narrowed it down to a couple of lines in neodev that seem to be causing the problem.This line:
seems odd. Feels like it should be:
This is followed by the next line. It does not pass through this line because
opts
is nil (for reasons unknown to be me yet):I think adding a guard seems right, so this:
When I make both those changes in I no longer get my error. But, I don't know the bigger context of how this code was designed. My analysis could be totally wrong.
Beta Was this translation helpful? Give feedback.
All reactions