1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/dotfiles.git synced 2025-03-24 03:23:17 +01:00

update nvim_cmp ocnfig

This commit is contained in:
LordMZTE 2022-01-22 23:46:25 +01:00
parent bcf5501309
commit 7ab171a896

View file

@ -17,9 +17,11 @@ cmp.setup {
},
sources = cmp.config.sources {
{ name = "nvim_lsp" },
{ name = "luasnips" },
{ name = "buffer" },
{ name = "crates" },
{ name = "luasnip" },
{ name = "nvim_lsp" },
{ name = "path" },
{ name = "rg" },
},
}