fix(clangd): update config

This commit is contained in:
2026-02-28 09:50:50 +01:00
parent 997c6198a3
commit 22581da1ee
-4
View File
@@ -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-*,"