Remove VS.LSP.CompletionItem

This commit is contained in:
hrsh7th
2021-08-06 21:14:58 +09:00
parent 48cbe3022f
commit ef27b622a7
6 changed files with 46 additions and 231 deletions

View File

@@ -55,13 +55,6 @@ cmp.close = function()
core.reset()
end
---Internal expand snippet function.
---TODO: It should be removed when we remove `autoload/cmp.vim`.
---@param args cmp.SnippetExpansionParams
cmp._expand_snippet = function(args)
return config.get().snippet.expand(args)
end
---Handle events
autocmd.subscribe('InsertEnter', function()
core.prepare()