mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +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 = {
|
||||
package = pkgs.stylelint;
|
||||
};
|
||||
typos = {
|
||||
package = pkgs.typos;
|
||||
};
|
||||
vale = {
|
||||
package = pkgs.vale;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue