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

13 lines
233 B
Lua
Raw Normal View History

2024-03-01 15:19:53 +07:00
return {
2024-04-19 19:59:30 +07:00
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,
2024-03-01 15:19:53 +07:00
}