mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
12 lines
233 B
Lua
12 lines
233 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(),
|
|
singe_file_support = true,
|
|
}
|