Remove typst-lsp config

typst-lsp has been deprecated in favor of tinymist.
This commit is contained in:
Michael Davis 2025-02-12 10:38:37 -05:00
parent 6aa82bb3f8
commit 5a66270c00
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -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]