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