[nvim] Add PHP lspconfig

This commit is contained in:
Alyxia Sother 2021-12-12 21:04:24 +01:00
parent 444dc81d1b
commit cd84490790
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
local lspconfig = require('lspconfig')
lspconfig['phpactor'].setup({})