Modules/Neovim: Update clangd options
This commit is contained in:
@ -842,15 +842,14 @@ in {
|
||||
{
|
||||
name = "clangd";
|
||||
extraOptions = {
|
||||
root_markers = [
|
||||
"Makefile"
|
||||
"CMakeLists.txt"
|
||||
".clang-format"
|
||||
".clang-tidy"
|
||||
"compile_commands.json"
|
||||
];
|
||||
|
||||
workspace_required = true;
|
||||
# root_markers = [
|
||||
# "Makefile"
|
||||
# "CMakeLists.txt"
|
||||
# ".clang-format"
|
||||
# ".clang-tidy"
|
||||
# "compile_commands.json"
|
||||
# ];
|
||||
# workspace_required = true;
|
||||
|
||||
cmd = [
|
||||
"clangd"
|
||||
|
||||
Reference in New Issue
Block a user