nvim/coc-settings.json

10 lines
230 B
JSON
Raw Normal View History

2023-03-29 21:01:17 +00:00
{
"clangd.arguments": [
"--header-insertion=iwyu",
"--header-insertion-decorators",
"--suggest-missing-includes",
"--clang-tidy"
2023-04-21 11:16:59 +00:00
],
"powershell.integratedConsole.showOnStartup": false
2023-03-29 21:01:17 +00:00
}