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;