Skip to content

Commit

Permalink
feat(cmp): boost copilot priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Feb 7, 2024
1 parent 91e3618 commit 6da4b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ cmp.setup({
sources = {
{
name = "copilot",
priority = 10,
priority = 11,
max_item_count = 3,
},
{
Expand Down

0 comments on commit 6da4b80

Please sign in to comment.