mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
plugins/none-ls add stylelint
This commit is contained in:
parent
b0edf063c4
commit
2d7c834866
2 changed files with 8 additions and 0 deletions
|
@ -96,6 +96,9 @@ with lib; let
|
||||||
statix = {
|
statix = {
|
||||||
package = pkgs.statix;
|
package = pkgs.statix;
|
||||||
};
|
};
|
||||||
|
stylelint = {
|
||||||
|
package = pkgs.stylelint;
|
||||||
|
};
|
||||||
vale = {
|
vale = {
|
||||||
package = pkgs.vale;
|
package = pkgs.vale;
|
||||||
};
|
};
|
||||||
|
@ -201,6 +204,9 @@ with lib; let
|
||||||
sqlfluff = {
|
sqlfluff = {
|
||||||
package = pkgs.sqlfluff;
|
package = pkgs.sqlfluff;
|
||||||
};
|
};
|
||||||
|
stylelint = {
|
||||||
|
package = pkgs.stylelint;
|
||||||
|
};
|
||||||
stylua = {
|
stylua = {
|
||||||
package = pkgs.stylua;
|
package = pkgs.stylua;
|
||||||
};
|
};
|
||||||
|
|
|
@ -84,6 +84,7 @@
|
||||||
pylint.enable = true;
|
pylint.enable = true;
|
||||||
write_good.enable = true;
|
write_good.enable = true;
|
||||||
yamllint.enable = true;
|
yamllint.enable = true;
|
||||||
|
stylelint.enable = true;
|
||||||
};
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
|
@ -112,6 +113,7 @@
|
||||||
prettierd.enable = true;
|
prettierd.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
stylua.enable = true;
|
stylua.enable = true;
|
||||||
|
stylelint.enable = true;
|
||||||
taplo.enable = true;
|
taplo.enable = true;
|
||||||
isort.enable = true;
|
isort.enable = true;
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue