mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
plugins/none-ls: use php-codesniffer package instead of deprecated phpcbf
This commit is contained in:
parent
8bc08ab523
commit
07e690abd4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ with lib; let
|
||||||
};
|
};
|
||||||
pint = {};
|
pint = {};
|
||||||
phpcbf = {
|
phpcbf = {
|
||||||
package = pkgs.phpPackages.phpcbf;
|
package = pkgs.phpPackages.php-codesniffer;
|
||||||
};
|
};
|
||||||
prettier = {
|
prettier = {
|
||||||
package = pkgs.nodePackages.prettier;
|
package = pkgs.nodePackages.prettier;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue