Nvim: make copilot lower in the completions list

main
Marko Korhonen 5 months ago
parent 726ab946b0
commit c5b2c6e24a
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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…
Cancel
Save