Nvim: make copilot lower in the completions list
This commit is contained in:
parent
a3c027d3f1
commit
d23c84d2f7
1 changed files with 1 additions and 1 deletions
|
@ -67,10 +67,10 @@ return {
|
|||
},
|
||||
sources = {
|
||||
{ name = "luasnip" },
|
||||
{ name = "copilot" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "nvim_lua" },
|
||||
{ name = "git" },
|
||||
{ name = "copilot" },
|
||||
{ name = "buffer" },
|
||||
{ name = "spell" },
|
||||
{ name = "path" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue