diff options
author | Biser Stoilov <[email protected]> | 2021-03-30 09:17:40 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-30 02:17:40 -0400 |
commit | 5f22c1bace8b5e77d33d4a8cf5ebe6c1a763f0d8 (patch) | |
tree | f411690f41faaf55185bfdbd887a13a4456d12c9 /lua/lsp/php-ls.lua | |
parent | 48286254b7761da2f85bd7bd361188cb448139b5 (diff) |
Define shell + php lsp + dart lsp + flutter + relative number (#188)
Diffstat (limited to 'lua/lsp/php-ls.lua')
-rw-r--r-- | lua/lsp/php-ls.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/lsp/php-ls.lua b/lua/lsp/php-ls.lua new file mode 100644 index 00000000..abc90092 --- /dev/null +++ b/lua/lsp/php-ls.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 |