mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add PHP lspconfig
This commit is contained in:
parent
444dc81d1b
commit
cd84490790
1 changed files with 3 additions and 0 deletions
3
nvim/dotfiles/lspconfigs/php.lua
Normal file
3
nvim/dotfiles/lspconfigs/php.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
|
lspconfig['phpactor'].setup({})
|
Loading…
Reference in a new issue