Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsh7th committed Apr 21, 2022
1 parent f51dc68 commit 433af3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/cmp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,18 +528,20 @@ view~
*cmp-config.window.{completion,documentation}.border*
window.{completion,documentation}.border~
`string | string[] | nil`
Border characters used for the completion popup menu when
|experimental.native_menu| is disabled.
Border characters used for the completion popup menu when |experimental.native_menu| is disabled.
See :h |nvim_open_win|.

*cmp-config.window.{completion,documentation}.winhighlight*
window.{completion,documentation}.winhighlight~
`string | cmp.WinhighlightConfig`
Specify the window's winhighlight option.
See :h |nvim_open_win|.

*cmp-config.window.{completion,documentation}.zindex*
window.{completion,documentation}.zindex~
`number`
The completion window's zindex.
See :h |nvim_open_win|.

*cmp-config.window.documentation.max_width*
window.documentation.max_width~
Expand Down

0 comments on commit 433af3d

Please sign in to comment.