1
0
Fork 0
linux-conf/configs/nvim/lua/plugins/lspconfig/php.lua
Florian RICHER a649e15e92 Update
- Add php lang
- Add lazygit conf
- Reconf icons
- Try fix
2021-06-28 14:18:14 +02:00

7 lines
No EOL
93 B
Lua

local function init()
require'lspconfig'.phpactor.setup{}
end
return {
init = init
}