summaryrefslogtreecommitdiff
path: root/vim/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'vim/coc-settings.json')
-rw-r--r--vim/coc-settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/coc-settings.json b/vim/coc-settings.json
new file mode 100644
index 0000000..0bea3dc
--- /dev/null
+++ b/vim/coc-settings.json
@@ -0,0 +1,6 @@
+{
+ "suggest.autoTrigger": "none",
+ "pullDiagnostic.onChange": false,
+ "signature.enable": false,
+ "inlayHint.enable": false
+}