summaryrefslogtreecommitdiff
path: root/.config/nvim/user/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/user/coc-settings.json')
-rw-r--r--.config/nvim/user/coc-settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvim/user/coc-settings.json b/.config/nvim/user/coc-settings.json
new file mode 100644
index 0000000..437572d
--- /dev/null
+++ b/.config/nvim/user/coc-settings.json
@@ -0,0 +1,10 @@
+{
+ "suggest.autoTrigger": "always",
+ "diagnostic.enable": true,
+ "python.linting.pycodestyleEnabled": true,
+ "html.autoCreateQuotes": false,
+ "coc.preferences.formatOnType": true,
+ "copilot.showRemainingText": true,
+ "copilot.enable": false,
+ "typescript.autoClosingTags": false
+}