mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +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
|
||||
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;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
[
|
||||
"blade_formatter"
|
||||
"cspell"
|
||||
"cljstyle"
|
||||
"dartanalyzer"
|
||||
"debride"
|
||||
"fecs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue