mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/none-ls: clean tools list w.r.t upstream
This commit is contained in:
parent
1748ebaf92
commit
ace360b5de
1 changed files with 0 additions and 79 deletions
|
@ -21,9 +21,6 @@ with lib; let
|
||||||
alejandra
|
alejandra
|
||||||
asmfmt
|
asmfmt
|
||||||
astyle
|
astyle
|
||||||
autoflake
|
|
||||||
beancount
|
|
||||||
beautysh
|
|
||||||
bibclean
|
bibclean
|
||||||
biome
|
biome
|
||||||
buf
|
buf
|
||||||
|
@ -34,13 +31,11 @@ with lib; let
|
||||||
codespell
|
codespell
|
||||||
commitlint
|
commitlint
|
||||||
cppcheck
|
cppcheck
|
||||||
cpplint
|
|
||||||
csharpier
|
csharpier
|
||||||
deadnix
|
deadnix
|
||||||
dfmt
|
dfmt
|
||||||
djhtml
|
djhtml
|
||||||
djlint
|
djlint
|
||||||
dprint
|
|
||||||
erlfmt
|
erlfmt
|
||||||
fantomas
|
fantomas
|
||||||
fish
|
fish
|
||||||
|
@ -53,7 +48,6 @@ with lib; let
|
||||||
hclfmt
|
hclfmt
|
||||||
isort
|
isort
|
||||||
joker
|
joker
|
||||||
jq
|
|
||||||
just
|
just
|
||||||
ktlint
|
ktlint
|
||||||
leptosfmt
|
leptosfmt
|
||||||
|
@ -61,7 +55,6 @@ with lib; let
|
||||||
mdl
|
mdl
|
||||||
mypy
|
mypy
|
||||||
nixfmt
|
nixfmt
|
||||||
php
|
|
||||||
pmd
|
pmd
|
||||||
prettierd
|
prettierd
|
||||||
proselint
|
proselint
|
||||||
|
@ -71,14 +64,11 @@ with lib; let
|
||||||
rstcheck
|
rstcheck
|
||||||
rubocop
|
rubocop
|
||||||
rubyfmt
|
rubyfmt
|
||||||
ruff
|
|
||||||
rufo
|
rufo
|
||||||
rustfmt
|
|
||||||
rustywind
|
rustywind
|
||||||
scalafmt
|
scalafmt
|
||||||
selene
|
selene
|
||||||
semgrep
|
semgrep
|
||||||
shellcheck
|
|
||||||
shellharden
|
shellharden
|
||||||
shfmt
|
shfmt
|
||||||
smlfmt
|
smlfmt
|
||||||
|
@ -86,66 +76,35 @@ with lib; let
|
||||||
statix
|
statix
|
||||||
stylelint
|
stylelint
|
||||||
stylua
|
stylua
|
||||||
taplo
|
|
||||||
templ
|
|
||||||
tfsec
|
tfsec
|
||||||
topiary
|
topiary
|
||||||
treefmt
|
treefmt
|
||||||
trivy
|
trivy
|
||||||
typos
|
|
||||||
typstfmt
|
typstfmt
|
||||||
uncrustify
|
uncrustify
|
||||||
usort
|
usort
|
||||||
vale
|
vale
|
||||||
verilator
|
verilator
|
||||||
xmlformat
|
|
||||||
xq
|
|
||||||
yamlfix
|
yamlfix
|
||||||
yamlfmt
|
yamlfmt
|
||||||
yamllint
|
yamllint
|
||||||
yapf
|
yapf
|
||||||
yq
|
|
||||||
zprint
|
zprint
|
||||||
zsh
|
zsh
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
(pkgs.nodePackages)
|
(pkgs.nodePackages)
|
||||||
alex
|
alex
|
||||||
eslint
|
|
||||||
eslint_d
|
|
||||||
fixjson
|
|
||||||
jsonlint
|
|
||||||
prettier
|
prettier
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
(pkgs.python3.pkgs)
|
(pkgs.python3.pkgs)
|
||||||
autopep8
|
|
||||||
bandit
|
|
||||||
black
|
black
|
||||||
docformatter
|
|
||||||
flake8
|
|
||||||
pycodestyle
|
|
||||||
pydocstyle
|
|
||||||
pylama
|
|
||||||
vulture
|
|
||||||
;
|
|
||||||
inherit
|
|
||||||
(pkgs.luaPackages)
|
|
||||||
luacheck
|
|
||||||
;
|
|
||||||
inherit
|
|
||||||
(pkgs.haskellPackages)
|
|
||||||
fourmolu
|
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
(pkgs.phpPackages)
|
(pkgs.phpPackages)
|
||||||
phpmd
|
phpmd
|
||||||
phpstan
|
phpstan
|
||||||
psalm
|
|
||||||
;
|
|
||||||
inherit
|
|
||||||
(pkgs.rubyPackages)
|
|
||||||
htmlbeautifier
|
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
(pkgs.ocamlPackages)
|
(pkgs.ocamlPackages)
|
||||||
|
@ -155,10 +114,7 @@ with lib; let
|
||||||
bean_format = pkgs.beancount;
|
bean_format = pkgs.beancount;
|
||||||
blackd = pkgs.black;
|
blackd = pkgs.black;
|
||||||
buildifier = pkgs.bazel-buildtools;
|
buildifier = pkgs.bazel-buildtools;
|
||||||
cabal_fmt = pkgs.haskellPackages.cabal-fmt;
|
|
||||||
cfn_lint = pkgs.python3.pkgs.cfn-lint;
|
cfn_lint = pkgs.python3.pkgs.cfn-lint;
|
||||||
chktex = pkgs.texliveMedium;
|
|
||||||
clang_check = pkgs.clang-tools;
|
|
||||||
clang_format = pkgs.clang-tools;
|
clang_format = pkgs.clang-tools;
|
||||||
clj_kondo = pkgs.clj-kondo;
|
clj_kondo = pkgs.clj-kondo;
|
||||||
cmake_format = pkgs.cmake-format;
|
cmake_format = pkgs.cmake-format;
|
||||||
|
@ -168,8 +124,6 @@ with lib; let
|
||||||
cue_fmt = pkgs.cue;
|
cue_fmt = pkgs.cue;
|
||||||
d2_fmt = pkgs.d2;
|
d2_fmt = pkgs.d2;
|
||||||
dart_format = pkgs.dart;
|
dart_format = pkgs.dart;
|
||||||
deno_fmt = pkgs.deno;
|
|
||||||
deno_lint = pkgs.deno;
|
|
||||||
dictionary = pkgs.curl;
|
dictionary = pkgs.curl;
|
||||||
dotenv_linter = pkgs.dotenv-linter;
|
dotenv_linter = pkgs.dotenv-linter;
|
||||||
editorconfig_checker = pkgs.editorconfig-checker;
|
editorconfig_checker = pkgs.editorconfig-checker;
|
||||||
|
@ -192,72 +146,48 @@ with lib; let
|
||||||
haml_lint = pkgs.mastodon;
|
haml_lint = pkgs.mastodon;
|
||||||
haxe_formatter = pkgs.haxe;
|
haxe_formatter = pkgs.haxe;
|
||||||
isortd = pkgs.isort;
|
isortd = pkgs.isort;
|
||||||
jsonnetfmt = pkgs.jsonnet;
|
|
||||||
json_tool = pkgs.python3;
|
|
||||||
latexindent = pkgs.texliveMedium;
|
|
||||||
ltrs = pkgs.languagetool-rust;
|
ltrs = pkgs.languagetool-rust;
|
||||||
lua_format = pkgs.luaformatter;
|
|
||||||
markdownlint_cli2 = pkgs.markdownlint-cli2;
|
markdownlint_cli2 = pkgs.markdownlint-cli2;
|
||||||
markdownlint = pkgs.nodePackages.markdownlint-cli;
|
markdownlint = pkgs.nodePackages.markdownlint-cli;
|
||||||
mix = pkgs.elixir;
|
mix = pkgs.elixir;
|
||||||
nimpretty = pkgs.nim;
|
nimpretty = pkgs.nim;
|
||||||
nixpkgs_fmt = pkgs.nixpkgs-fmt;
|
nixpkgs_fmt = pkgs.nixpkgs-fmt;
|
||||||
opacheck = pkgs.open-policy-agent;
|
opacheck = pkgs.open-policy-agent;
|
||||||
perltidy = pkgs.perlPackages.PerlTidy;
|
|
||||||
pg_format = pkgs.pgformatter;
|
pg_format = pkgs.pgformatter;
|
||||||
phpcbf = pkgs.phpPackages.php-codesniffer;
|
phpcbf = pkgs.phpPackages.php-codesniffer;
|
||||||
phpcsfixer = pkgs.phpPackages.php-cs-fixer;
|
phpcsfixer = pkgs.phpPackages.php-cs-fixer;
|
||||||
phpcs = pkgs.phpPackages.php-codesniffer;
|
phpcs = pkgs.phpPackages.php-codesniffer;
|
||||||
prismaFmt = pkgs.nodePackages.prisma;
|
prismaFmt = pkgs.nodePackages.prisma;
|
||||||
protoc_gen_lint = pkgs.protobuf;
|
|
||||||
ptop = pkgs.fpc;
|
ptop = pkgs.fpc;
|
||||||
puppet_lint = pkgs.puppet-lint;
|
|
||||||
qmlformat = pkgs.qt6.qtdeclarative;
|
qmlformat = pkgs.qt6.qtdeclarative;
|
||||||
qmllint = pkgs.qt6.qtdeclarative;
|
qmllint = pkgs.qt6.qtdeclarative;
|
||||||
racket_fixw = pkgs.racket;
|
racket_fixw = pkgs.racket;
|
||||||
raco_fmt = pkgs.racket;
|
raco_fmt = pkgs.racket;
|
||||||
rego = pkgs.open-policy-agent;
|
rego = pkgs.open-policy-agent;
|
||||||
reorder_python_imports = pkgs.python3.pkgs.reorder-python-imports;
|
|
||||||
rpmspec = pkgs.rpm;
|
rpmspec = pkgs.rpm;
|
||||||
ruff_format = pkgs.ruff;
|
|
||||||
sqlformat = pkgs.python3.pkgs.sqlparse;
|
sqlformat = pkgs.python3.pkgs.sqlparse;
|
||||||
staticcheck = pkgs.go-tools;
|
staticcheck = pkgs.go-tools;
|
||||||
stylish_haskell = pkgs.stylish-haskell;
|
|
||||||
surface = pkgs.elixir;
|
surface = pkgs.elixir;
|
||||||
swift_format = pkgs.swift-format;
|
swift_format = pkgs.swift-format;
|
||||||
teal = pkgs.luaPackages.tl;
|
teal = pkgs.luaPackages.tl;
|
||||||
terraform_fmt = pkgs.terraform;
|
terraform_fmt = pkgs.terraform;
|
||||||
terraform_validate = pkgs.terraform;
|
terraform_validate = pkgs.terraform;
|
||||||
tidy = pkgs.html-tidy;
|
tidy = pkgs.html-tidy;
|
||||||
trim_newlines = pkgs.gawk;
|
|
||||||
trim_whitespace = pkgs.gawk;
|
|
||||||
tsc = pkgs.typescript;
|
|
||||||
verible_verilog_format = pkgs.verible;
|
verible_verilog_format = pkgs.verible;
|
||||||
vfmt = pkgs.vlang;
|
|
||||||
vint = pkgs.vim-vint;
|
vint = pkgs.vim-vint;
|
||||||
write_good = pkgs.write-good;
|
write_good = pkgs.write-good;
|
||||||
xmllint = pkgs.libxml2.bin;
|
|
||||||
zigfmt = pkgs.zig;
|
|
||||||
|
|
||||||
# Sources not present in nixpkgs
|
# Sources not present in nixpkgs
|
||||||
blade_formatter = null;
|
blade_formatter = null;
|
||||||
blue = null;
|
|
||||||
brittany = null;
|
|
||||||
bsfmt = null;
|
bsfmt = null;
|
||||||
bslint = null;
|
bslint = null;
|
||||||
cljstyle = null;
|
cljstyle = null;
|
||||||
cueimports = null;
|
cueimports = null;
|
||||||
curlylint = null;
|
|
||||||
dtsfmt = null;
|
|
||||||
erb_lint = null;
|
erb_lint = null;
|
||||||
forge_fmt = null;
|
forge_fmt = null;
|
||||||
gccdiag = null;
|
gccdiag = null;
|
||||||
gersemi = null;
|
gersemi = null;
|
||||||
gospel = null;
|
|
||||||
jshint = null;
|
|
||||||
markdown_toc = null;
|
|
||||||
markuplint = null;
|
markuplint = null;
|
||||||
misspell = null;
|
|
||||||
mlint = null;
|
mlint = null;
|
||||||
nginx_beautifier = null;
|
nginx_beautifier = null;
|
||||||
npm_groovy_lint = null;
|
npm_groovy_lint = null;
|
||||||
|
@ -266,34 +196,25 @@ with lib; let
|
||||||
perlimports = null;
|
perlimports = null;
|
||||||
pint = null;
|
pint = null;
|
||||||
pretty_php = null;
|
pretty_php = null;
|
||||||
puglint = null;
|
|
||||||
purs_tidy = null;
|
purs_tidy = null;
|
||||||
pyflyby = null;
|
|
||||||
pyink = null;
|
pyink = null;
|
||||||
pyproject_flake8 = null;
|
|
||||||
reek = null;
|
reek = null;
|
||||||
regal = null;
|
regal = null;
|
||||||
remark = null;
|
remark = null;
|
||||||
rescript = null;
|
rescript = null;
|
||||||
saltlint = null;
|
saltlint = null;
|
||||||
semistandardjs = null;
|
|
||||||
solhint = null;
|
solhint = null;
|
||||||
spectral = null;
|
spectral = null;
|
||||||
sqlfmt = null;
|
sqlfmt = null;
|
||||||
sql_formatter = null;
|
sql_formatter = null;
|
||||||
standardjs = null;
|
|
||||||
standardrb = null;
|
|
||||||
standardts = null;
|
|
||||||
styler = null;
|
styler = null;
|
||||||
stylint = null;
|
stylint = null;
|
||||||
swiftformat = null;
|
swiftformat = null;
|
||||||
swiftlint = null;
|
swiftlint = null;
|
||||||
terrafmt = null;
|
|
||||||
textidote = null;
|
textidote = null;
|
||||||
textlint = null;
|
textlint = null;
|
||||||
twigcs = null;
|
twigcs = null;
|
||||||
vacuum = null;
|
vacuum = null;
|
||||||
xo = null;
|
|
||||||
|
|
||||||
# Sources without packages
|
# Sources without packages
|
||||||
gitrebase = false;
|
gitrebase = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue