mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-11-29 11:58:47 +00:00
🚚 Move php packages to zed config
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
Some checks failed
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
ad85674232
commit
c046f4ae17
2 changed files with 20 additions and 4 deletions
|
|
@ -65,9 +65,6 @@
|
|||
attic-client
|
||||
|
||||
## PHP/Shopware
|
||||
php84
|
||||
php84Packages.composer
|
||||
pretty-php
|
||||
shopware-cli
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ in
|
|||
};
|
||||
|
||||
hard_tabs = true;
|
||||
tab_size = 2;
|
||||
tab_size = 4;
|
||||
soft_wrap = "preferred_line_length";
|
||||
|
||||
### Language specific configurations
|
||||
|
|
@ -74,6 +74,20 @@ in
|
|||
arguments = [ "--quiet" ];
|
||||
};
|
||||
};
|
||||
|
||||
tab_size = 2;
|
||||
};
|
||||
PHP = {
|
||||
language_servers = [
|
||||
"phpactor"
|
||||
"!intelephense"
|
||||
"!tailwind-language-server"
|
||||
];
|
||||
formatter = {
|
||||
external = {
|
||||
command = "pretty-php";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -126,6 +140,11 @@ in
|
|||
|
||||
### Python
|
||||
python3Packages.python-lsp-server
|
||||
|
||||
### PHP
|
||||
php
|
||||
phpPackages.composer
|
||||
pretty-php
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue