This commit is contained in:
thek4n 2024-06-26 14:26:29 +03:00
parent 94fc73426c
commit 212b85f45c

View File

@ -54,8 +54,9 @@ local function setup_cmp()
}, },
}, },
sources = cmp.config.sources({ sources = cmp.config.sources({
{ name = 'nvim_lsp', priority = 1000 }, { name = 'nvim_lsp', priority = 1250 },
{ name = 'luasnip', priority = 750 }, { name = 'luasnip', priority = 1000 },
{ name = 'buffer', priority = 750 },
{ name = "dotenv", priority = 500 }, { name = "dotenv", priority = 500 },
{ name = 'path', priority = 250 }, { name = 'path', priority = 250 },
}), }),