plugins/none-ls: add typos

This commit is contained in:
James Taranto 2024-02-15 21:28:35 +11:00 committed by Gaétan Lepage
parent d7fe40ebd8
commit be82033814
2 changed files with 4 additions and 0 deletions

View file

@ -99,6 +99,9 @@ with lib; let
stylelint = {
package = pkgs.stylelint;
};
typos = {
package = pkgs.typos;
};
vale = {
package = pkgs.vale;
};

View file

@ -73,6 +73,7 @@
shellcheck.enable = true;
statix.enable = true;
staticcheck.enable = true;
typos.enable = true;
vale.enable = true;
vulture.enable = true;
alex.enable = true;