remove copilot

This commit is contained in:
alvin 2024-06-05 19:44:07 +08:00
parent 8d9b436e09
commit 166c743f43
3 changed files with 22 additions and 59 deletions

View file

@ -645,8 +645,6 @@ cmp.setup {
}
elseif luasnip.expand_or_locally_jumpable() then
luasnip.expand_or_jump()
elseif require("copilot.suggestion").is_visible() then
require("copilot.suggestion").accept()
else
fallback()
end