mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
null-ls.phpcbf: init (#43)
This commit is contained in:
parent
808c20d1f9
commit
389fbafb20
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ let
|
|||
diagnostics = {
|
||||
};
|
||||
formatting = {
|
||||
phpcbf = {
|
||||
packages = [ pkgs.phpPackages.phpcbf ];
|
||||
};
|
||||
alejandra = {
|
||||
packages = [ pkgs.alejandra ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue