Nvim: make copilot lower in the completions list

This commit is contained in:
Marko Korhonen 2023-12-17 20:20:20 +02:00
parent 726ab946b0
commit c5b2c6e24a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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" },