tests/lsp-servers: disable typst_lsp

Deprecation error
This commit is contained in:
Austin Horstman 2024-12-14 15:24:25 -06:00
parent 25a3dc7cb5
commit fd279c892d
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ let
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp" "ruff_lsp"
"bufls" "bufls"
"typst_lsp"
# Package dotnet-core-combined is marked as insecure, refusing to evaluate. # Package dotnet-core-combined is marked as insecure, refusing to evaluate.
# Dotnet SDK 6.0.428 is EOL, please use 8.0 (LTS) or 9.0 (Current) # Dotnet SDK 6.0.428 is EOL, please use 8.0 (LTS) or 9.0 (Current)
# https://github.com/NixOS/nixpkgs/pull/358533 # https://github.com/NixOS/nixpkgs/pull/358533