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
2023-07-26 21:44:47 +02:00
committed by GitHub
parent 549baee224
commit 9264c54ae9

View File

@ -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",