feat: allow more completion highlight control (#1972)

* feat(view): allow hl_group to be a table

* feat: improve table field naming
This commit is contained in:
David van Munster
2024-10-21 16:10:07 +02:00
committed by GitHub
parent 88661b7cbf
commit 29fb485457
3 changed files with 26 additions and 11 deletions

View File

@@ -7,9 +7,9 @@
---@field public empty 1|nil
---@field public dup 1|nil
---@field public id any
---@field public abbr_hl_group string|nil
---@field public kind_hl_group string|nil
---@field public menu_hl_group string|nil
---@field public abbr_hl_group string|table|nil
---@field public kind_hl_group string|table|nil
---@field public menu_hl_group string|table|nil
---@class vim.Position 1-based index
---@field public row integer