feat: make winblend configurable (#1861)

This commit is contained in:
Yi Ming
2024-03-24 19:44:34 +08:00
committed by GitHub
parent c34fa793ea
commit 97dc716fc9
5 changed files with 11 additions and 2 deletions

View File

@@ -696,6 +696,12 @@ window.{completion,documentation}.border~
window.{completion,documentation}.winhighlight~
`string | cmp.WinhighlightConfig`
Specify the window's winhighlight option.
See |nvim_open_win|.
*cmp-config.window.{completion,documentation}.winblend*
window.{completion,documentation}.winblend~
`string | cmp.WinhighlightConfig`
Specify the window's winblend option.
See |nvim_open_win|.
*cmp-config.window.{completion,documentation}.zindex*