feat(clangd): remove CMakelists root_dir search

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 19:54:43 +02:00
parent aa1cccf230
commit bcfa1c0e60
No known key found for this signature in database

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