mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
11 lines
221 B
Lua
11 lines
221 B
Lua
return {
|
|
root_dir = require("lspconfig.util").root_pattern(
|
|
"build",
|
|
"compile_commands.json",
|
|
".git",
|
|
"mvnw",
|
|
"gradlew",
|
|
"pom.xml",
|
|
"build.gradle"
|
|
) or vim.loop.cwd() or vim.fn.getcwd(),
|
|
}
|