mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
aa1cccf230
commit
bcfa1c0e60
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue