summaryrefslogtreecommitdiff
path: root/.config/nvim/coc/coc-settings.json
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-04-29 09:25:30 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-04-29 09:28:54 +0530
commit7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 (patch)
tree1a9f78045786dbbad346204d3957194af04988e4 /.config/nvim/coc/coc-settings.json
parenta2860b969e97e47a2b1c0ddb7161adb5b35c06f3 (diff)
Updates
Diffstat (limited to '.config/nvim/coc/coc-settings.json')
-rw-r--r--.config/nvim/coc/coc-settings.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/nvim/coc/coc-settings.json b/.config/nvim/coc/coc-settings.json
index f90bc38..8b56371 100644
--- a/.config/nvim/coc/coc-settings.json
+++ b/.config/nvim/coc/coc-settings.json
@@ -1,6 +1,7 @@
{
- "suggest.autoTrigger": "always",
- "diagnostic.enable": true,
- "python.linting.pycodestyleEnabled": true,
- "html.autoCreateQuotes": false
+ "suggest.autoTrigger": "always",
+ "diagnostic.enable": true,
+ "python.linting.pycodestyleEnabled": true,
+ "html.autoCreateQuotes": false,
+ "coc.preferences.formatOnType": true
}