added clangd config to disable semantic tokens on

operators because seeing new and delete treated as
operators was hurting my eyes
This commit is contained in:
Karma Riuk
2025-07-02 22:42:21 +02:00
parent 3547822d3e
commit d328ae60df

2
.clangd Normal file
View File

@@ -0,0 +1,2 @@
SemanticTokens:
DisabledKinds: [Operator]