Skip to content

Commit

Permalink
docs(config): add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Jul 10, 2024
1 parent a00ff12 commit 6284d58
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/coc-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,12 @@ InlayHint~

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

"inlayHint.position" *coc-config-inlayHint-position*

Controls the position of inlay hint, supports `inline` and `eol`.

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

------------------------------------------------------------------------------
Links~
*coc-config-links*
Expand Down Expand Up @@ -817,6 +823,12 @@ Outline~

Scope: `application`, default: `false`

"outline.autoHide" *coc-config-outline-autoHide*

Automatically hide the outline window when an item is clicked.

Scope: `application`, default: `false`

"outline.autoWidth" *coc-config-outline-autoWidth*

Automatically increase window width to avoid wrapped lines.
Expand Down Expand Up @@ -1314,6 +1326,12 @@ Suggest~

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

"suggest.reTriggerAfterIndent" *coc-config-suggest-reTriggerAfterIndent*

Controls re-trigger or not after indent changes.

Scope: `application`, default: `true`

"suggest.reversePumAboveCursor" *coc-config-suggest-reversePumAboveCursor*

Reverse order of complete items when pum shown above cursor.
Expand Down Expand Up @@ -1576,6 +1594,12 @@ Preferences~

Scope: `application`, default: `"never"`

"coc.preferences.extensionUpdateUIInTab" *coc-preferences-extensionUpdateUIInTab*

Open `CocUpdate` UI in tab

Scope: `application`, default: `false`

"coc.preferences.floatActions" *coc-preferences-floatActions*

Set to false to disable float/popup support for actions menu.
Expand Down

0 comments on commit 6284d58

Please sign in to comment.