From db123d156ed3061b34b47fb4c379b448fa742535 Mon Sep 17 00:00:00 2001 From: pimpest <82343504+pimpest@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:48:44 +0100 Subject: [PATCH] clangd: Disabled header insertion --- .clangd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.clangd b/.clangd index 68e449a..6797072 100644 --- a/.clangd +++ b/.clangd @@ -3,4 +3,6 @@ Diagnostics: UnusedIncludes: None MissingIncludes: None ClangTidy: - FastCheckFilter: Loose \ No newline at end of file + FastCheckFilter: Loose +Completion: + HeaderInsertion: Never \ No newline at end of file