1

Modules/Neovim: Update clangd options

This commit is contained in:
2026-01-18 00:01:14 +01:00
parent 572d0bfe9e
commit eaa36cfce2

View File

@ -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"