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

@@ -121,6 +121,7 @@ cmp.ItemField = {
---@class cmp.WindowOptions
---@field public border? string|string[]
---@field public winhighlight? string
---@field public winblend? number
---@field public zindex? integer|nil
---@class cmp.CompletionWindowOptions: cmp.WindowOptions