feat(clangd): remove CMakelists root_dir search (#1230)

Provide better handling of root_dir search for C++ project
using CMakelists.txt per folder
This commit is contained in:
Luco Bellic authored and GitHub committed 2023-07-26 21:44:47 +02:00
1 parent 549baee224
commit 9264c54ae9
1 file changed
-1
@@ -56,7 +56,6 @@ return {
root_dir = function(fname)
return require("lspconfig.util").root_pattern(
"Makefile",
"CMakeLists.txt",
"configure.ac",
"configure.in",
"config.h.in",