diff options
Diffstat (limited to 'ftplugin/php.lua')
-rw-r--r-- | ftplugin/php.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/php.lua b/ftplugin/php.lua new file mode 100644 index 00000000..abc90092 --- /dev/null +++ b/ftplugin/php.lua @@ -0,0 +1,4 @@ +require'lspconfig'.intelephense.setup { + cmd = { DATA_PATH .. "/lspinstall/php/node_modules/.bin/intelephense", "--stdio" }, + on_attach = require'lsp'.common_on_attach +}
\ No newline at end of file |