Fix #987
This commit is contained in:
@@ -128,6 +128,7 @@ lsp.CompletionItemKind = {
|
|||||||
Operator = 24,
|
Operator = 24,
|
||||||
TypeParameter = 25,
|
TypeParameter = 25,
|
||||||
}
|
}
|
||||||
|
lsp.CompletionItemKind = vim.tbl_add_reverse_lookup(lsp.CompletionItemKind)
|
||||||
|
|
||||||
---@class lsp.CompletionContext
|
---@class lsp.CompletionContext
|
||||||
---@field public triggerKind lsp.CompletionTriggerKind
|
---@field public triggerKind lsp.CompletionTriggerKind
|
||||||
|
|||||||
Reference in New Issue
Block a user