[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

View file

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