diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-25 17:12:46 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-25 17:12:46 +0900 |
commit | 91ad6b301f156a827fcb1516c2228c24b7b309ce (patch) | |
tree | eed40c450b38cadb1d3cc239c2948765393c3802 /settings.json | |
parent | 7249d58bb0217d9cc95b0efacdb550f20be95914 (diff) | |
download | vim-lsp-settings-91ad6b301f156a827fcb1516c2228c24b7b309ce.tar.gz vim-lsp-settings-91ad6b301f156a827fcb1516c2228c24b7b309ce.tar.bz2 vim-lsp-settings-91ad6b301f156a827fcb1516c2228c24b7b309ce.zip |
Rename to intelephense
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.json b/settings.json index 83cb3b5..c679dbd 100644 --- a/settings.json +++ b/settings.json @@ -73,7 +73,7 @@ ], "php": [ { - "command": "intelephense-server", + "command": "intelephense", "requires": [ "npm" ] |