mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/none-ls: update sources
This commit is contained in:
parent
d31beb3bcf
commit
c8f97fc952
2 changed files with 4 additions and 26 deletions
|
@ -136,6 +136,7 @@ with lib; let
|
|||
gdformat = pkgs.gdtoolkit;
|
||||
gdlint = pkgs.gdtoolkit;
|
||||
gitsigns = pkgs.git;
|
||||
gleam_format = pkgs.gleam;
|
||||
glslc = pkgs.shaderc;
|
||||
gn_format = pkgs.gn;
|
||||
gofmt = pkgs.go;
|
||||
|
@ -159,6 +160,7 @@ with lib; let
|
|||
phpcs = pkgs.phpPackages.php-codesniffer;
|
||||
prismaFmt = pkgs.nodePackages.prisma;
|
||||
ptop = pkgs.fpc;
|
||||
puppet_lint = pkgs.puppet-lint;
|
||||
qmlformat = pkgs.qt6.qtdeclarative;
|
||||
qmllint = pkgs.qt6.qtdeclarative;
|
||||
racket_fixw = pkgs.racket;
|
||||
|
@ -184,6 +186,7 @@ with lib; let
|
|||
cljstyle = null;
|
||||
cueimports = null;
|
||||
erb_lint = null;
|
||||
findent = null;
|
||||
forge_fmt = null;
|
||||
gccdiag = null;
|
||||
gersemi = null;
|
||||
|
|
|
@ -58,25 +58,16 @@
|
|||
unpackaged =
|
||||
[
|
||||
"blade_formatter"
|
||||
"blue"
|
||||
"brittany"
|
||||
"bsfmt"
|
||||
"bslint"
|
||||
"cljstyle"
|
||||
"cueimports"
|
||||
"curlylint"
|
||||
"dtsfmt"
|
||||
"erb_lint"
|
||||
"fixjson"
|
||||
"findent"
|
||||
"forge_fmt"
|
||||
"gccdiag"
|
||||
"gersemi"
|
||||
"gospel"
|
||||
"jshint"
|
||||
"jsonlint"
|
||||
"markdown_toc"
|
||||
"markuplint"
|
||||
"misspell"
|
||||
"mlint"
|
||||
"nginx_beautifier"
|
||||
"npm_groovy_lint"
|
||||
|
@ -85,34 +76,25 @@
|
|||
"perlimports"
|
||||
"pint"
|
||||
"pretty_php"
|
||||
"puglint"
|
||||
"purs_tidy"
|
||||
"pyflyby"
|
||||
"pyink"
|
||||
"pyproject_flake8"
|
||||
"reek"
|
||||
"regal"
|
||||
"remark"
|
||||
"rescript"
|
||||
"saltlint"
|
||||
"semistandardjs"
|
||||
"solhint"
|
||||
"spectral"
|
||||
"sqlfmt"
|
||||
"sql_formatter"
|
||||
"standardjs"
|
||||
"standardrb"
|
||||
"standardts"
|
||||
"styler"
|
||||
"stylint"
|
||||
"swiftformat"
|
||||
"swiftlint"
|
||||
"terrafmt"
|
||||
"textidote"
|
||||
"textlint"
|
||||
"twigcs"
|
||||
"vacuum"
|
||||
"xo"
|
||||
"yamlfix"
|
||||
]
|
||||
++ (
|
||||
|
@ -120,25 +102,18 @@
|
|||
(pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64)
|
||||
[
|
||||
"rubyfmt"
|
||||
# Currently broken
|
||||
"lua_format"
|
||||
# Currently broken
|
||||
"zigfmt"
|
||||
]
|
||||
)
|
||||
++ (
|
||||
pkgs.lib.optionals
|
||||
pkgs.stdenv.isDarwin
|
||||
[
|
||||
"rpmspec"
|
||||
"clazy"
|
||||
"gdformat"
|
||||
"gdlint"
|
||||
"haml_lint"
|
||||
"verilator"
|
||||
"verible_verilog_format"
|
||||
# Broken due to a dependency
|
||||
"jsonnetfmt"
|
||||
]
|
||||
)
|
||||
++ (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue