mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(clangd): remove clang configuration files from clangd root markers
This fixes issues with root dir detection when users have global clang configuration files
This commit is contained in:
parent
bf0f03c66c
commit
91cf4babda
1 changed files with 0 additions and 3 deletions
|
|
@ -63,9 +63,6 @@ return {
|
||||||
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
|
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
|
||||||
},
|
},
|
||||||
root_markers = {
|
root_markers = {
|
||||||
".clangd",
|
|
||||||
".clang-tidy",
|
|
||||||
".clang-format",
|
|
||||||
"compile_commands.json",
|
"compile_commands.json",
|
||||||
"compile_flags.txt",
|
"compile_flags.txt",
|
||||||
"configure.ac", -- AutoTools
|
"configure.ac", -- AutoTools
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue