Skip to content

Commit

Permalink
fix(nvim): fix the copilot keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Dec 26, 2023
1 parent c96ba21 commit 1cb471a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/nvim/lua/plugins/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return {
prev = "<C-k>",
},
},
-- panel = { enabled = false },
panel = { enabled = false },
})
end,
keys = function()
Expand All @@ -27,6 +27,8 @@ return {
function()
return require("copilot.suggestion").next()
end,
mode = { "i" },
expr = true,
},
{
"<C-k>",
Expand Down

0 comments on commit 1cb471a

Please sign in to comment.