Disable auto header insertion for clangd

This commit is contained in:
2024-04-27 00:13:10 +02:00
parent b08168f27f
commit 5b5114f457

View File

@ -7,3 +7,5 @@ name = "cpp"
indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]
[language-server.clangd]
args = ["-header-insertion=never"]