mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
Remove typst-lsp config
typst-lsp has been deprecated in favor of tinymist.
This commit is contained in:
parent
6aa82bb3f8
commit
5a66270c00
2 changed files with 2 additions and 3 deletions
|
@ -229,7 +229,7 @@
|
||||||
| twig | ✓ | | | |
|
| twig | ✓ | | | |
|
||||||
| typescript | ✓ | ✓ | ✓ | `typescript-language-server` |
|
| typescript | ✓ | ✓ | ✓ | `typescript-language-server` |
|
||||||
| typespec | ✓ | ✓ | ✓ | `tsp-server` |
|
| typespec | ✓ | ✓ | ✓ | `tsp-server` |
|
||||||
| typst | ✓ | | | `tinymist`, `typst-lsp` |
|
| typst | ✓ | | | `tinymist` |
|
||||||
| ungrammar | ✓ | | | |
|
| ungrammar | ✓ | | | |
|
||||||
| unison | ✓ | ✓ | ✓ | |
|
| unison | ✓ | ✓ | ✓ | |
|
||||||
| uxntal | ✓ | | | |
|
| uxntal | ✓ | | | |
|
||||||
|
|
|
@ -126,7 +126,6 @@ yaml-language-server = { command = "yaml-language-server", args = ["--stdio"] }
|
||||||
yls = { command = "yls", args = ["-vv"] }
|
yls = { command = "yls", args = ["-vv"] }
|
||||||
zls = { command = "zls" }
|
zls = { command = "zls" }
|
||||||
blueprint-compiler = { command = "blueprint-compiler", args = ["lsp"] }
|
blueprint-compiler = { command = "blueprint-compiler", args = ["lsp"] }
|
||||||
typst-lsp = { command = "typst-lsp" }
|
|
||||||
tinymist = { command = "tinymist" }
|
tinymist = { command = "tinymist" }
|
||||||
ts_query_ls = { command = "ts_query_ls" }
|
ts_query_ls = { command = "ts_query_ls" }
|
||||||
pkgbuild-language-server = { command = "pkgbuild-language-server" }
|
pkgbuild-language-server = { command = "pkgbuild-language-server" }
|
||||||
|
@ -3335,7 +3334,7 @@ injection-regex = "typ(st)?"
|
||||||
file-types = ["typst", "typ"]
|
file-types = ["typst", "typ"]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
block-comment-tokens = { start = "/*", end = "*/" }
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
language-servers = ["tinymist", "typst-lsp"]
|
language-servers = ["tinymist"]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[language.auto-pairs]
|
[language.auto-pairs]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue