We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684b3cf commit b5311abCopy full SHA for b5311ab
lua/cmp/types/cmp.lua
@@ -152,9 +152,9 @@ cmp.ItemField = {
152
---@field public comparators cmp.Comparator[]
153
154
---@class cmp.FormattingConfig
155
----@field public fields cmp.ItemField[]
156
----@field public expandable_indicator boolean
157
----@field public format fun(entry: cmp.Entry, vim_item: vim.CompletedItem): vim.CompletedItem
+---@field public fields? cmp.ItemField[]
+---@field public expandable_indicator? boolean
+---@field public format? fun(entry: cmp.Entry, vim_item: vim.CompletedItem): vim.CompletedItem
158
159
---@class cmp.SnippetConfig
160
---@field public expand fun(args: cmp.SnippetExpansionParams)
0 commit comments