.luarc.json
can't work with lua-language-server
#6651
Unanswered
mrxiaozhuox
asked this question in
General
Replies: 1 comment 6 replies
-
In case anyone sees this unanswered question and feels discouraged, I am currently using helix 24.7 and adding a {
"workspace.library": [
"/path/to/library"
],
"runtime.version": "Lua 5.2",
"hint.enable": true
} I'm using this to develop scripts that operate within the context of a lua library plugin for a game. It's cool, works fine here for me for now. Good luck! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed
lua-language-server
and tried to create a Lua config file, but it's not working for the LSP server.Beta Was this translation helpful? Give feedback.
All reactions