From b4c99f5c5af9aeb3d156f9e035c6edcae01bfd0d Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Thu, 1 Jan 2026 20:45:28 -0800 Subject: [PATCH] Update cmp sources This also removes a redundant nvim_lsp source --- config/plugins/cmp.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/plugins/cmp.nix b/config/plugins/cmp.nix index 1ea9dfd..6ab2755 100644 --- a/config/plugins/cmp.nix +++ b/config/plugins/cmp.nix @@ -25,12 +25,9 @@ sources = [ { name = "nvim_lsp"; } + { name = "luasnip"; } { name = "buffer"; } { name = "path"; } - { name = "cmdline"; } - { name = "cmp-clippy"; } - { name = "luasnip"; } - { name = "nvim_lsp"; } ]; }; };