1
0
Fork 0
linux-conf/configs/nvim/lua/plugins/lspconfig/php.lua

7 lines
93 B
Lua
Raw Permalink Normal View History

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