13 lines
208 B
Lua
13 lines
208 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
root_markers = { "composer.json" },
|
|
---@type lspconfig.settings.intelephense
|
|
settings = {
|
|
intelephense = {
|
|
environment = {
|
|
phpVersion = "8.3.30",
|
|
},
|
|
},
|
|
},
|
|
}
|