home/zed: configure php lsp

This commit is contained in:
2026-01-18 04:04:51 +09:00
parent b0e9cf2151
commit 1d320fc3c3

View File

@@ -139,6 +139,14 @@ in
}
];
};
PHP = {
language_servers = [ "intelephense" "!phpactor" ];
format_on_save = "off";
formatter.external = {
command = "vendor/bin/php-cs-fixer-stdin";
arguments = [ "-" ];
};
};
};
lsp = {