From d45fa74253a353a94a3521ea5a9b88f980803654 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 4 Mar 2025 10:35:13 +0100 Subject: [PATCH] tests/none-ls: remove beautysh test (removed upstream) --- tests/test-sources/plugins/by-name/none-ls/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index 6f5b680a79..645e67387b 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -4,16 +4,6 @@ plugins.none-ls.enable = true; }; - # Broken: - # error: The option `plugins.none-ls.sources.formatting.beautysh' does not exist. - # - # beautysh = { - # plugins.none-ls = { - # enable = true; - # sources.formatting.beautysh.enable = true; - # }; - # }; - with-lsp-format = { plugins = { lsp.enable = true;