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