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"; name = "clangd";
extraOptions = { extraOptions = {
root_markers = [ # root_markers = [
"Makefile" # "Makefile"
"CMakeLists.txt" # "CMakeLists.txt"
".clang-format" # ".clang-format"
".clang-tidy" # ".clang-tidy"
"compile_commands.json" # "compile_commands.json"
]; # ];
# workspace_required = true;
workspace_required = true;
cmd = [ cmd = [
"clangd" "clangd"