From 20ed47e21e966a5b857ef9970ae6171b3a504ce1 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 1 Jul 2021 23:42:26 -0400 Subject: lsp in ftplugin austonautomoy --- ftplugin/php.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/php.lua (limited to 'ftplugin/php.lua') 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 -- cgit v1.2.3