-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined global for builtins #1600
Comments
Did you modified these configs:
|
Could you please provide your server log with debug level?
|
These may help: |
I did not modify those settings, however I was able to solve the issue by downloading the pre built binaries for macOS. I guess this is a problem with the macports release? |
Is the version you downloaded 3.5.6 Relase or the latest version in Github Actions? |
Latest from the release page worked fine, but idk when macports port was last updated |
Thanks for your reply, it seems that I don't need to trace this issue. |
I'm having troubles with lua lsp recently. It seems that the lsp completely forgot about builtins, such as
ipairs
,tonumber
, eventable
module and treats them as undefined globals.I have sumneko configured as per lspconfig documentation to work with nvim runtime as a workspace library and this issue only happens for configuration files; everything works fine if I create a lua file anywhere outside nvim runtime path.
I haven't modified my config in months and everything used to work fine, what could have caused this?
lsp version is 3.5.6 (macports)
The text was updated successfully, but these errors were encountered: