Replies: 6 comments 18 replies
-
If you look at [language-server]
awk-language-server = { command = "awk-language-server" }
bash-language-server = { command = "bash-language-server", args = ["start"] }
... |
Beta Was this translation helpful? Give feedback.
-
Ok, so my config looks now like this:
I got this format of languages.toml from here: https://docs.helix-editor.com/master/languages.html
but I can run lsp from command promt, so I should have lsp added to path, for example:
And after creating new file lsp_test.scm and trying to edit there anything I have message "Language server not active for current buffer". |
Beta Was this translation helpful? Give feedback.
-
I have this weird bug, that says there shouldn't be "s" at the end in "language-servers":
I don't know why it is like that, but even if I change "language-servers" to "language-server" I got this weird error:
So either way, it doesn't work. Do you know what else I can try? |
Beta Was this translation helpful? Give feedback.
-
I downloaded master helix (version helix 23.05 (19dff5c)), now config this config:
doesn't create any errors, but after I open my file I have message "Language server exited" in status line. I think this might be just problem with lsp. I will leave it for now and I will try to work with scheme without lsp. I will leave this discussion open, so that if anyone find a way to make it work, please share it here. Thank @woojiq for your help, I learned more about helix thanks to you. |
Beta Was this translation helpful? Give feedback.
-
I filled issue yesterday to owner of scheme-lsp-server and he answered me: https://codeberg.org/rgherdt/scheme-lsp-server/issues/14. He asked me to use lsp in tcp mode and send results to him. I looked up and there is way in helix to interact with an LSP server through TCP, but even after reading I still don't know how can I set it up, can you help me with this? |
Beta Was this translation helpful? Give feedback.
-
Is the problem solved now? I also want to setup lsp for scheme🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to learn scheme with chicken implementation and I wanted to have working lsp for that. Does somebody have working lsp for this scheme? I have found this lsp: https://codeberg.org/rgherdt/scheme-lsp-server#chicken, but after installing I can't make it work. Here is my current languages.toml:
and my current error is:
Beta Was this translation helpful? Give feedback.
All reactions