mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
4 lines
155 B
Lua
4 lines
155 B
Lua
return {
|
|
root_dir = require("lspconfig.util").root_pattern("composer.json", ".git") or vim.loop.cwd() or vim.fn.getcwd(),
|
|
singe_file_support = true,
|
|
}
|