Skip to content

Commit a6dac58

Browse files
committed
refactor(php): drop phpactor in favor of intelephense
phpactor still has flaky support for laravel and the ide_helper while intelephense already handles all of this automagically and gracefully. Sticking with intelephense now that it is also working correctly in my neovim setup.
1 parent 20f043a commit a6dac58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
default = mkShell {
5656
packages = [
5757
markdownlint-cli2
58+
nodePackages.intelephense
5859
nodePackages.nodejs
5960
nodePackages.pnpm
60-
phpactor
6161
phpEnv
6262
phpEnv.packages.composer
6363
vale

0 commit comments

Comments
 (0)