Check in coc-settings.json
This commit is contained in:
parent
562ab39bef
commit
7f0ec704f5
2 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
.netrwhist
|
.netrwhist
|
||||||
coc-settings.json
|
|
||||||
coc/commands
|
coc/commands
|
||||||
coc/extensions/coc-clangd-data
|
coc/extensions/coc-clangd-data
|
||||||
coc/extensions/db.json
|
coc/extensions/db.json
|
||||||
|
|
8
coc-settings.json
Normal file
8
coc-settings.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"clangd.arguments": [
|
||||||
|
"--header-insertion=iwyu",
|
||||||
|
"--header-insertion-decorators",
|
||||||
|
"--suggest-missing-includes",
|
||||||
|
"--clang-tidy"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue