This commit is contained in:
hrsh7th
2021-12-02 15:56:42 +09:00
parent d17d41bdbd
commit c2652f0ac0
5 changed files with 82 additions and 46 deletions

View File

@@ -13,7 +13,7 @@ mapping = setmetatable({}, {
})
---Invoke completion
---@param option cmp.ContextOption
---@param option cmp.CompleteParams
mapping.complete = function(option)
return function(fallback)
if not require('cmp').complete(option) then