Add phpactor support to neovim with default settings

This commit is contained in:
Jonny Barnes 2026-02-15 17:03:34 +00:00
commit 6d645999f2
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 18 additions and 0 deletions

View file

@ -68,6 +68,9 @@ export GRAVEYARD="$HOME/.local/share/Trash"
# composer global
export PATH="$PATH:$HOME/.composer/vendor/bin"
# phpactor installed manually
export PATH="$PATH:$HOME/git/phpactor/bin"
# rust/cargo bin PATH
export PATH="$PATH:$HOME/.cargo/bin"