Add scrolloff option for completion window.

This commit is contained in:
hrsh7th
2022-10-02 19:47:01 +09:00
parent 2427d06b65
commit beb1d14c5e
5 changed files with 10 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ cmp.ItemField = {
---@field public zindex integer|nil
---@field public max_width integer|nil
---@field public max_height integer|nil
---@field public scrolloff integer|nil
---@class cmp.ConfirmationConfig
---@field public default_behavior cmp.ConfirmBehavior