Update cmp sources

This also removes a redundant nvim_lsp source
This commit is contained in:
alejandro-angulo 2026-01-01 20:45:28 -08:00
parent 899e993f02
commit b4c99f5c5a

View file

@ -25,12 +25,9 @@
sources = [
{ name = "nvim_lsp"; }
{ name = "luasnip"; }
{ name = "buffer"; }
{ name = "path"; }
{ name = "cmdline"; }
{ name = "cmp-clippy"; }
{ name = "luasnip"; }
{ name = "nvim_lsp"; }
];
};
};