From 04b0f2ae61d6bbfb769f151da360bec3bc2fcae0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 6 Dec 2023 16:18:35 +0100 Subject: [PATCH] plugins/efmls-configs: add missing tools from allToolPkgs --- .../lsp/language-servers/efmls-configs.nix | 42 ++++++++++++++++--- .../plugins/lsp/efmls-configs.nix | 1 + 2 files changed, 38 insertions(+), 5 deletions(-) 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"