This commit is contained in:
Belal Elsabbagh
2026-01-02 10:26:26 +02:00
parent 7721ab728a
commit 65b960631d
3 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ return {
root_markers = { '.clangd', 'compile_commands.json' },
-- From the clangd configuration in init.lua
-- Overrides the clangd configuration in <rtp>/lsp/clangd.lua
filetypes = { 'c' },
filetypes = { 'c', 'cpp' },
-- From the "*" configuration in init.lua
capabilities = {
textDocument = {