Check in coc-settings.json

This commit is contained in:
Anthony Rose 2023-03-29 22:01:17 +01:00
parent 562ab39bef
commit 7f0ec704f5
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
.netrwhist
coc-settings.json
coc/commands
coc/extensions/coc-clangd-data
coc/extensions/db.json

8
coc-settings.json Normal file
View file

@ -0,0 +1,8 @@
{
"clangd.arguments": [
"--header-insertion=iwyu",
"--header-insertion-decorators",
"--suggest-missing-includes",
"--clang-tidy"
]
}