mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add ltex-ls language server (#7838)
This commit is contained in:
parent
75c5a33028
commit
c9694f680f
@ -38,6 +38,7 @@ jsonnet-language-server = { command = "jsonnet-language-server", args= ["-t", "-
|
|||||||
julia = { command = "julia", timeout = 60, args = [ "--startup-file=no", "--history-file=no", "--quiet", "-e", "using LanguageServer; runserver()", ] }
|
julia = { command = "julia", timeout = 60, args = [ "--startup-file=no", "--history-file=no", "--quiet", "-e", "using LanguageServer; runserver()", ] }
|
||||||
kotlin-language-server = { command = "kotlin-language-server" }
|
kotlin-language-server = { command = "kotlin-language-server" }
|
||||||
lean = { command = "lean", args = [ "--server" ] }
|
lean = { command = "lean", args = [ "--server" ] }
|
||||||
|
ltex-ls = { command = "ltex-ls" }
|
||||||
markdoc-ls = { command = "markdoc-ls", args = ["--stdio"] }
|
markdoc-ls = { command = "markdoc-ls", args = ["--stdio"] }
|
||||||
marksman = { command = "marksman", args = ["server"] }
|
marksman = { command = "marksman", args = ["server"] }
|
||||||
metals = { command = "metals", config = { "isHttpEnabled" = true } }
|
metals = { command = "metals", config = { "isHttpEnabled" = true } }
|
||||||
|
Loading…
Reference in New Issue
Block a user