mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp-servers: disable deprecated servers
This commit is contained in:
parent
a773b945fb
commit
f4c910dd82
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ let
|
|||
# TODO: added 2024-11-17
|
||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
|
||||
"psalm"
|
||||
|
||||
# DEPRECATED SERVERS
|
||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||
"ruff_lsp"
|
||||
"bufls"
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
"fsautocomplete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue