updates
This commit is contained in:
parent
ff3be5a3db
commit
eb6300a3d0
5 changed files with 15 additions and 137 deletions
|
@ -265,7 +265,7 @@ return {
|
|||
sources = {
|
||||
{
|
||||
name = "copilot",
|
||||
priority = 8,
|
||||
priority = 9,
|
||||
keyword_length = 1,
|
||||
filter = function(keyword)
|
||||
-- Check if keyword length is some number and not just whitespace
|
||||
|
@ -275,7 +275,7 @@ return {
|
|||
return true
|
||||
end,
|
||||
},
|
||||
{ name = "nvim_lsp", priority = 9 },
|
||||
{ name = "nvim_lsp", priority = 8 },
|
||||
{ nane = "buffer", priority = 7 },
|
||||
{ name = "luasnip", priority = 6 },
|
||||
{ name = "path" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue