Skip to content

Commit

Permalink
Disable a couple of COC settings
Browse files Browse the repository at this point in the history
`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: #5.
  • Loading branch information
bobwhitelock committed Jan 23, 2021
1 parent 3f8b2b1 commit 3481845
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/coc/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion vim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"coc.preferences.formatOnSaveFiletypes": [
"html",
"javascript",
"json",
"jsx",
"typescript",
"typescriptreact",
Expand Down

0 comments on commit 3481845

Please sign in to comment.