Replies: 1 comment
-
There is a previous post dealing with getting LSP working with Helix. Did you find or read through that? I personally have never used or read into Helix, so can't offer much assistance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
How can we help you?
This is my languages.toml file:
[[language]]
name = "markdown"
scope = "source.md"
injection-regex = "md|markdown"
file-types = ["md", "markdown"]
roots = [".zk"]
language-servers = [{ name = "ltex"}]
[language-server.markdown]
command = "zk"
args = ["lsp"]
Any idea what could be wrong? Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions