diff --git a/plugins/lsp/language-servers/efmls-configs.nix b/plugins/lsp/language-servers/efmls-configs.nix index cd063beb..d3d5acf6 100644 --- a/plugins/lsp/language-servers/efmls-configs.nix +++ b/plugins/lsp/language-servers/efmls-configs.nix @@ -21,6 +21,7 @@ with lib; let beautysh biome black + buf cbfmt checkmake clazy @@ -33,6 +34,7 @@ with lib; let dprint fish flawfinder + fnlfmt gcc gitlint gofumpt @@ -59,6 +61,7 @@ with lib; let shellharden shfmt smlfmt + sqlfluff statix stylua taplo @@ -68,11 +71,40 @@ with lib; let yamllint yapf ; - inherit (python3.pkgs) autopep8 flake8 vulture mdformat; - inherit (nodePackages) eslint eslint_d prettier alex stylelint textlint write-good; - inherit (phpPackages) phpcbf phan phpcs phpstan psalm; - inherit (luaPackages) luacheck; - inherit (haskellPackages) fourmolu; + inherit + (python3.pkgs) + autopep8 + flake8 + mdformat + vulture + ; + inherit + (nodePackages) + eslint + eslint_d + prettier + alex + sql-formatter + stylelint + textlint + write-good + ; + inherit + (phpPackages) + phpcbf + phan + phpcs + phpstan + psalm + ; + inherit + (luaPackages) + luacheck + ; + inherit + (haskellPackages) + fourmolu + ; ansible_lint = ansible-lint; chktex = texliveMedium; clang_format = clang-tools; diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index ab41217c..c5327569 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -24,6 +24,7 @@ [ "blade_formatter" "cspell" + "cljstyle" "dartanalyzer" "debride" "fecs"