mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/none-ls: add packages for supported builtin tools
This commit is contained in:
parent
c4ae452396
commit
bb64e79de6
1 changed files with 3 additions and 3 deletions
|
@ -100,6 +100,7 @@ with lib; let
|
||||||
verilator
|
verilator
|
||||||
xmlformat
|
xmlformat
|
||||||
xq
|
xq
|
||||||
|
yamlfix
|
||||||
yamlfmt
|
yamlfmt
|
||||||
yamllint
|
yamllint
|
||||||
yapf
|
yapf
|
||||||
|
@ -112,6 +113,8 @@ with lib; let
|
||||||
alex
|
alex
|
||||||
eslint
|
eslint
|
||||||
eslint_d
|
eslint_d
|
||||||
|
fixjson
|
||||||
|
jsonlint
|
||||||
prettier
|
prettier
|
||||||
;
|
;
|
||||||
inherit
|
inherit
|
||||||
|
@ -247,13 +250,11 @@ with lib; let
|
||||||
curlylint = null;
|
curlylint = null;
|
||||||
dtsfmt = null;
|
dtsfmt = null;
|
||||||
erb_lint = null;
|
erb_lint = null;
|
||||||
fixjson = null;
|
|
||||||
forge_fmt = null;
|
forge_fmt = null;
|
||||||
gccdiag = null;
|
gccdiag = null;
|
||||||
gersemi = null;
|
gersemi = null;
|
||||||
gospel = null;
|
gospel = null;
|
||||||
jshint = null;
|
jshint = null;
|
||||||
jsonlint = null;
|
|
||||||
markdown_toc = null;
|
markdown_toc = null;
|
||||||
markuplint = null;
|
markuplint = null;
|
||||||
misspell = null;
|
misspell = null;
|
||||||
|
@ -293,7 +294,6 @@ with lib; let
|
||||||
twigcs = null;
|
twigcs = null;
|
||||||
vacuum = null;
|
vacuum = null;
|
||||||
xo = null;
|
xo = null;
|
||||||
yamlfix = null;
|
|
||||||
|
|
||||||
# Sources without packages
|
# Sources without packages
|
||||||
gitrebase = false;
|
gitrebase = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue