From 433af3dffce64cbd3f99bdac9734768a6cc41951 Mon Sep 17 00:00:00 2001 From: hrsh7th <> Date: Thu, 21 Apr 2022 21:28:58 +0900 Subject: [PATCH] Add docs --- doc/cmp.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/cmp.txt b/doc/cmp.txt index 95461c4..45432b0 100644 --- a/doc/cmp.txt +++ b/doc/cmp.txt @@ -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~