-
Notifications
You must be signed in to change notification settings - Fork 2
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
unexpected undefined globals: string
, error
#5
Comments
Did the original LuaLS have this issue? |
nope, just opened with original LuaLS and it recognizes worth noting: I have lazydev plugin with |
Maybe I need to update to the latest version, actually the current luals is only 3.11. |
If it is not a platform that luals cannot support, I recommend directly using the original luals. This repository does not provide any improvement over the original luals. |
it's 64bit debian, btw |
Can you try the latest release version? It has been updated to 3.13.1 and maintains the same layout as luals. |
it doesn't diagnose any errors in the isolated file now, but doing doc-symbol-at-point says it's a global undefined var. This is consistent with semantic tokens that show I tried in one of my neovim config files¹ and for (at least)
none of the above happen to ¹: that means I'm using https://github.com/folke/lazydev.nvim |
I realized I forgot to include a debugger.lua file. I'll take a look at it later. I'm mainly busy with language server development and only spend some time on this project on Fridays. |
I create an isolated file with the following content
and it complains
The text was updated successfully, but these errors were encountered: