nvim/coc-settings.json

11 lines
275 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
],
2023-05-15 10:51:12 +00:00
"coc.preferences.jumpCommand": "vsplit",
2023-04-21 11:16:59 +00:00
"powershell.integratedConsole.showOnStartup": false
2023-03-29 21:01:17 +00:00
}