vim: Add intelephense configuration
This commit is contained in:
parent
343bf96501
commit
1b856e361f
1 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
||||||
{
|
{
|
||||||
"diagnostic.virtualText": true
|
"diagnostic.virtualText": true,
|
||||||
|
|
||||||
|
"languageserver": {
|
||||||
|
"intelephense": {
|
||||||
|
"command": "intelephense",
|
||||||
|
"args": ["--stdio"],
|
||||||
|
"filetypes": ["php"],
|
||||||
|
"initializationOptions": {
|
||||||
|
"storagePath": "/tmp/intelephense"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue