mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
Add ruff linter and formatter as none-ls source
This commit is contained in:
parent
5870c2e964
commit
060a05138c
2 changed files with 12 additions and 0 deletions
|
@ -87,6 +87,9 @@ with lib; let
|
|||
revive = {
|
||||
pacakge = pkgs.revive;
|
||||
};
|
||||
ruff = {
|
||||
package = pkgs.ruff;
|
||||
};
|
||||
shellcheck = {
|
||||
package = pkgs.shellcheck;
|
||||
};
|
||||
|
@ -201,6 +204,12 @@ with lib; let
|
|||
protolint = {
|
||||
package = pkgs.protolint;
|
||||
};
|
||||
ruff = {
|
||||
package = pkgs.ruff;
|
||||
};
|
||||
ruff_format = {
|
||||
package = pkgs.ruff;
|
||||
};
|
||||
rustfmt = {
|
||||
package = pkgs.rustfmt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue