Add phpactor support to neovim with default settings
This commit is contained in:
parent
34458b17f5
commit
6d645999f2
4 changed files with 18 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue