mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
7 lines
216 B
Lua
7 lines
216 B
Lua
|
return {
|
||
|
cmd = { "intelephense", "--stdio" },
|
||
|
filetypes = { "php" },
|
||
|
root_dir = require("lspconfig.util").root_pattern("composer.json", ".git") or vim.loop.cwd() or vim.fn.getcwd(),
|
||
|
single_file_support = true,
|
||
|
}
|