mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/none-ls: init revive
This commit is contained in:
parent
2e69cb98e0
commit
6e8bc402af
2 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,9 @@ with lib; let
|
||||||
pylint = {
|
pylint = {
|
||||||
package = pkgs.pylint;
|
package = pkgs.pylint;
|
||||||
};
|
};
|
||||||
|
revive = {
|
||||||
|
pacakge = pkgs.revive;
|
||||||
|
};
|
||||||
shellcheck = {
|
shellcheck = {
|
||||||
package = pkgs.shellcheck;
|
package = pkgs.shellcheck;
|
||||||
};
|
};
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
vulture.enable = true;
|
vulture.enable = true;
|
||||||
alex.enable = true;
|
alex.enable = true;
|
||||||
protolint.enable = true;
|
protolint.enable = true;
|
||||||
|
revive.enable = true;
|
||||||
hadolint.enable = true;
|
hadolint.enable = true;
|
||||||
luacheck.enable = true;
|
luacheck.enable = true;
|
||||||
mypy.enable = true;
|
mypy.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue