mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 11:44:32 +02:00
tests/lsp: disable golangci_lint_ls
https://github.com/nametake/golangci-lint-langserver/issues/51 https://github.com/nametake/golangci-lint-langserver/pull/52
This commit is contained in:
parent
4945e634bc
commit
e1e0e6f024
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ let
|
||||||
let
|
let
|
||||||
disabled =
|
disabled =
|
||||||
[
|
[
|
||||||
|
# TODO: 2025-03-26 build failure
|
||||||
|
# https://github.com/nametake/golangci-lint-langserver/issues/51
|
||||||
|
# https://github.com/nametake/golangci-lint-langserver/pull/52
|
||||||
|
"golangci_lint_ls"
|
||||||
|
|
||||||
# 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