diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-02-15 03:15:32 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-02-15 03:15:32 +0100 |
| commit | 5ba7bc4f728da23d7dda855e3b5ee6d4f6d726d5 (patch) | |
| tree | 01408576b9627f12ce4f31f8421557c0cbfdd1f7 /cfg/coc-config.json | |
| parent | 1fbac907ffd3d2067a1acd9c30bc8eb678df80be (diff) | |
updated stuff. added coc config
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
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 +} + |