mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 11:44:32 +02:00
plugins/none-ls: add typos
This commit is contained in:
parent
d7fe40ebd8
commit
be82033814
2 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,9 @@ with lib; let
|
||||||
stylelint = {
|
stylelint = {
|
||||||
package = pkgs.stylelint;
|
package = pkgs.stylelint;
|
||||||
};
|
};
|
||||||
|
typos = {
|
||||||
|
package = pkgs.typos;
|
||||||
|
};
|
||||||
vale = {
|
vale = {
|
||||||
package = pkgs.vale;
|
package = pkgs.vale;
|
||||||
};
|
};
|
||||||
|
|
|
@ -73,6 +73,7 @@
|
||||||
shellcheck.enable = true;
|
shellcheck.enable = true;
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
staticcheck.enable = true;
|
staticcheck.enable = true;
|
||||||
|
typos.enable = true;
|
||||||
vale.enable = true;
|
vale.enable = true;
|
||||||
vulture.enable = true;
|
vulture.enable = true;
|
||||||
alex.enable = true;
|
alex.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue