diff options
Diffstat (limited to 'cfg/coc-config.json')
| -rw-r--r-- | cfg/coc-config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg/coc-config.json b/cfg/coc-config.json new file mode 100644 index 0000000..3103bfc --- /dev/null +++ b/cfg/coc-config.json @@ -0,0 +1,7 @@ +{ + "clangd.arguments": [ + "--function-arg-placeholders=0" + ], + "inlayHint.enable": false +} + |