mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 19:18:57 +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 = {};
|
||||
phpcbf = {
|
||||
package = pkgs.phpPackages.phpcbf;
|
||||
package = pkgs.phpPackages.php-codesniffer;
|
||||
};
|
||||
prettier = {
|
||||
package = pkgs.nodePackages.prettier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue