mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +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 = {
|
diagnostics = {
|
||||||
};
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
|
phpcbf = {
|
||||||
|
packages = [ pkgs.phpPackages.phpcbf ];
|
||||||
|
};
|
||||||
alejandra = {
|
alejandra = {
|
||||||
packages = [ pkgs.alejandra ];
|
packages = [ pkgs.alejandra ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue