From 7983157e30ac4fde097aac525581d4fd4e749a28 Mon Sep 17 00:00:00 2001 From: Bob Whitelock Date: Sat, 23 Jan 2021 00:49:28 +0000 Subject: [PATCH] Disable a couple of Coc settings `coc-python` was causing various spurious errors, and auto-formatting JSON files was annoying and often unwanted, with no other way to disable this. May re-enable either of these in future but these are not helpful for now. Related issue: https://github.com/bobwhitelock/dotfiles/issues/5. --- config/coc/extensions/package.json | 1 - vim/coc-settings.json | 1 - 2 files changed, 2 deletions(-) diff --git a/config/coc/extensions/package.json b/config/coc/extensions/package.json index b8751d2..5661b8d 100644 --- a/config/coc/extensions/package.json +++ b/config/coc/extensions/package.json @@ -5,7 +5,6 @@ "coc-html": ">=1.2.4", "coc-json": ">=1.2.6", "coc-prettier": ">=1.1.17", - "coc-python": ">=1.2.12", "coc-snippets": ">=2.1.28", "coc-sql": ">=0.2.24", "coc-svg": ">=0.0.13", diff --git a/vim/coc-settings.json b/vim/coc-settings.json index f5bece6..abb4145 100644 --- a/vim/coc-settings.json +++ b/vim/coc-settings.json @@ -2,7 +2,6 @@ "coc.preferences.formatOnSaveFiletypes": [ "html", "javascript", - "json", "jsx", "typescript", "typescriptreact",