From 0d397e4d3d204a1e016c0863815f0b5dc516c46b Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Wed, 21 May 2025 14:30:00 +0530 Subject: added some new scripts and cleaned up nvim directory --- .config/nvim/coc/coc-settings.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/nvim/coc/coc-settings.json (limited to '.config/nvim/coc/coc-settings.json') diff --git a/.config/nvim/coc/coc-settings.json b/.config/nvim/coc/coc-settings.json deleted file mode 100644 index 2f3abdc..0000000 --- a/.config/nvim/coc/coc-settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "suggest.autoTrigger": "always", - "diagnostic.enable": true, - "python.linting.pycodestyleEnabled": true, - "html.autoCreateQuotes": false, - "coc.preferences.formatOnType": true, - "copilot.enable": false, - "copilot.showRemainingText": true -} -- cgit v1.2.3