Skip to content

Commit

Permalink
fix(copilot-lua-cmp): revert #491 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxus authored Aug 6, 2023
1 parent 6deb350 commit 6fd39db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/copilot-lua-cmp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ return {
if copilot.is_visible() then copilot.accept_line() end
end)

opts.mapping["<C-n>"] = cmp.mapping(function()
opts.mapping["<C-j>"] = cmp.mapping(function()
if copilot.is_visible() then copilot.accept_line() end
end)

Expand Down

0 comments on commit 6fd39db

Please sign in to comment.