pojokcodeid.nvim-lazy/lua/user/lsp/settings_backup/intelephense.lua

7 lines
216 B
Lua
Raw Normal View History

2024-04-19 19:59:30 +07:00
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,
}