Skip to content

Commit

Permalink
docs: add coc.preferences.formatterExtension to coc-config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
statiolake committed Aug 12, 2024
1 parent fdf90c8 commit 05892a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"type": ["null", "string"],
"default": null,
"scope": "language-overridable",
"description": "Extension used for formatting documents, defaulting to the formatter with highest priority."
"description": "Extension used for formatting documents. When set to null, the formatter with highest priority is used."
},
"coc.preferences.jumpCommand": {
"anyOf": [
Expand Down
6 changes: 6 additions & 0 deletions doc/coc-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,12 @@ Preferences~

Scope: `language-overridable`, default: `false`

"coc.preferences.formatterExtension" *coc-preferences-formatterExtension*

Extension used for formatting documents. When set to null, the formatter with highest priority is used.

Scope: `language-overridable`, default: `null`

"coc.preferences.jumpCommand" *coc-preferences-jumpCommand*

Command used for location jump, like goto definition, goto references
Expand Down

0 comments on commit 05892a2

Please sign in to comment.