mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/none-ls: add diagnostic source: write_good
This commit is contained in:
parent
db8a3cfa10
commit
19f5f81560
2 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,9 @@ with lib; let
|
|||
vulture = {
|
||||
package = pkgs.python3Packages.vulture;
|
||||
};
|
||||
write_good = {
|
||||
package = pkgs.write-good;
|
||||
};
|
||||
};
|
||||
formatting = {
|
||||
alejandra = {
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
luacheck.enable = true;
|
||||
mypy.enable = true;
|
||||
pylint.enable = true;
|
||||
write_good.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue