mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/efmls-configs: add missing tools from allToolPkgs
This commit is contained in:
parent
de10ee8f56
commit
04b0f2ae61
2 changed files with 38 additions and 5 deletions
|
@ -21,6 +21,7 @@ with lib; let
|
||||||
beautysh
|
beautysh
|
||||||
biome
|
biome
|
||||||
black
|
black
|
||||||
|
buf
|
||||||
cbfmt
|
cbfmt
|
||||||
checkmake
|
checkmake
|
||||||
clazy
|
clazy
|
||||||
|
@ -33,6 +34,7 @@ with lib; let
|
||||||
dprint
|
dprint
|
||||||
fish
|
fish
|
||||||
flawfinder
|
flawfinder
|
||||||
|
fnlfmt
|
||||||
gcc
|
gcc
|
||||||
gitlint
|
gitlint
|
||||||
gofumpt
|
gofumpt
|
||||||
|
@ -59,6 +61,7 @@ with lib; let
|
||||||
shellharden
|
shellharden
|
||||||
shfmt
|
shfmt
|
||||||
smlfmt
|
smlfmt
|
||||||
|
sqlfluff
|
||||||
statix
|
statix
|
||||||
stylua
|
stylua
|
||||||
taplo
|
taplo
|
||||||
|
@ -68,11 +71,40 @@ with lib; let
|
||||||
yamllint
|
yamllint
|
||||||
yapf
|
yapf
|
||||||
;
|
;
|
||||||
inherit (python3.pkgs) autopep8 flake8 vulture mdformat;
|
inherit
|
||||||
inherit (nodePackages) eslint eslint_d prettier alex stylelint textlint write-good;
|
(python3.pkgs)
|
||||||
inherit (phpPackages) phpcbf phan phpcs phpstan psalm;
|
autopep8
|
||||||
inherit (luaPackages) luacheck;
|
flake8
|
||||||
inherit (haskellPackages) fourmolu;
|
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;
|
ansible_lint = ansible-lint;
|
||||||
chktex = texliveMedium;
|
chktex = texliveMedium;
|
||||||
clang_format = clang-tools;
|
clang_format = clang-tools;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
[
|
[
|
||||||
"blade_formatter"
|
"blade_formatter"
|
||||||
"cspell"
|
"cspell"
|
||||||
|
"cljstyle"
|
||||||
"dartanalyzer"
|
"dartanalyzer"
|
||||||
"debride"
|
"debride"
|
||||||
"fecs"
|
"fecs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue