From 22581da1ee33d0c5f2738e2da115fc1986a6914c Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 28 Feb 2026 09:50:50 +0100 Subject: [PATCH] fix(clangd): update config --- after/lsp/clangd.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/after/lsp/clangd.lua b/after/lsp/clangd.lua index 062fb5b..c5041ed 100644 --- a/after/lsp/clangd.lua +++ b/after/lsp/clangd.lua @@ -11,9 +11,6 @@ return { "clangd", "--clang-tidy", "--enable-config", - -- Fix for errors in files outside of project - -- https://clangd.llvm.org/faq#how-do-i-fix-errors-i-get-when-opening-headers-outside-of-my-project-directory - "--compile-commands-dir=build", }, single_file_support = true, on_attach = function(client, bufnr) @@ -22,7 +19,6 @@ return { Linter.add(bufnr, { cmd = { "clang-tidy", - "-p=build", "--quiet", "--checks=-*," .. "clang-analyzer-*,"