mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(clangd): add meson and ninja files to recommendation detection
This commit is contained in:
parent
014b5bf6ac
commit
bf0f03c66c
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ return {
|
||||||
"compile_commands.json",
|
"compile_commands.json",
|
||||||
"compile_flags.txt",
|
"compile_flags.txt",
|
||||||
"configure.ac", -- AutoTools
|
"configure.ac", -- AutoTools
|
||||||
|
"meson.build",
|
||||||
|
"build.ninja",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue