Skip to content

Commit

Permalink
lsp/efmls-configs-pkgs: add new efmls packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 19, 2024
1 parent 92eec76 commit b5ead14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions plugins/lsp/language-servers/efmls-configs-pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ in
# efmls-configs tools that have no corresponding nixpkgs package
unpackaged = [
"blade_formatter"
"cspell"
"cljstyle"
"cspell"
"dartanalyzer"
"debride"
"deno_fmt"
Expand All @@ -16,12 +16,15 @@ in
"forge_fmt"
"gersemi"
"js_standard"
"markuplint"
"mix"
"pint"
"prettier_eslint"
"prettier_standard"
"redpen"
"reek"
"rome"
"ruff_sort"
"slim_lint"
"solhint"
"sorbet"
Expand Down Expand Up @@ -102,9 +105,10 @@ in
"vulture"
];
nodePackages = [
"alex"
"eslint_d"
"jsonlint"
"prettier"
"alex"
"sql-formatter"
"stylelint"
"textlint"
Expand Down

0 comments on commit b5ead14

Please sign in to comment.