Replies: 1 comment 3 replies
-
You have to add the binary to your |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I want to write code in lua, but I have problem with adding lsp to helix.
Code bellow shows my problem:
hx --health lua
Configured language server: lua-language-server
Binary for language server: 'lua-language-server' not found in $PATH
Configured debug adapter: None
Highlight queries: ✓
Textobject queries: ✓
Indent queries:
And I was reading this installation guide and after "./bin/lua-language-server " I get this in terminal
~/lua-language-server$ ./bin/lua-language-server
Content-Length: 120
{"jsonrpc":"2.0","method":"$/status/report","params":{"text":"😺Lua","tooltip":"Cached files: 0/0\nMemory usage: 2M"}}
lisek@pop-os:~/lua-language-server$ cd ..
What I should do to make lua work in helix?
Beta Was this translation helpful? Give feedback.
All reactions