mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
549baee224
commit
9264c54ae9
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ return {
|
||||||
root_dir = function(fname)
|
root_dir = function(fname)
|
||||||
return require("lspconfig.util").root_pattern(
|
return require("lspconfig.util").root_pattern(
|
||||||
"Makefile",
|
"Makefile",
|
||||||
"CMakeLists.txt",
|
|
||||||
"configure.ac",
|
"configure.ac",
|
||||||
"configure.in",
|
"configure.in",
|
||||||
"config.h.in",
|
"config.h.in",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue