mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07: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
|
@ -126,7 +126,6 @@ yaml-language-server = { command = "yaml-language-server", args = ["--stdio"] }
|
|||
yls = { command = "yls", args = ["-vv"] }
|
||||
zls = { command = "zls" }
|
||||
blueprint-compiler = { command = "blueprint-compiler", args = ["lsp"] }
|
||||
typst-lsp = { command = "typst-lsp" }
|
||||
tinymist = { command = "tinymist" }
|
||||
ts_query_ls = { command = "ts_query_ls" }
|
||||
pkgbuild-language-server = { command = "pkgbuild-language-server" }
|
||||
|
@ -3335,7 +3334,7 @@ injection-regex = "typ(st)?"
|
|||
file-types = ["typst", "typ"]
|
||||
comment-token = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
language-servers = ["tinymist", "typst-lsp"]
|
||||
language-servers = ["tinymist"]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[language.auto-pairs]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue