Update mapping configuration

This commit is contained in:
hrsh7th
2021-08-11 23:24:47 +09:00
parent 4c9462c28c
commit c2f872920e
8 changed files with 196 additions and 88 deletions

View File

@@ -26,13 +26,3 @@ if vim.fn.hlexists('CmpDocumentationBorder') == 0 then
vim.cmd [[highlight link CmpDocumentationBorder NormalFloat]]
end
misc.set(_G, { 'cmp', 'complete' }, function()
cmp.complete()
return vim.api.nvim_replace_termcodes('<Ignore>', true, true, true)
end)
misc.set(_G, { 'cmp', 'close' }, function()
cmp.close()
return vim.api.nvim_replace_termcodes('<Ignore>', true, true, true)
end)