mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/lsp: disable ols test because odin is broken
https://github.com/NixOS/nixpkgs/pull/404919
This commit is contained in:
parent
60f9ddf369
commit
6597afe209
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ let
|
||||||
|
|
||||||
disabled =
|
disabled =
|
||||||
[
|
[
|
||||||
|
# TODO: 2025-05-07: odin is broken
|
||||||
|
# Fixed in https://github.com/NixOS/nixpkgs/pull/404919
|
||||||
|
"ols"
|
||||||
|
|
||||||
# DEPRECATED SERVERS
|
# DEPRECATED SERVERS
|
||||||
# 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue