From 7df7120b1ae66ed0e9a7c6ed9b224ba44ea1d920 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 29 Apr 2025 09:25:30 +0530 Subject: Updates --- .config/nvim/coc/coc-settings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.config/nvim/coc/coc-settings.json') 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 } -- cgit v1.2.3