From 899e993f020362aea959d5698ad12b8038a32da0 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Thu, 1 Jan 2026 20:45:07 -0800 Subject: [PATCH 1/2] Disable avante --- config/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/default.nix b/config/default.nix index dc95b2e..0b3dd27 100644 --- a/config/default.nix +++ b/config/default.nix @@ -61,7 +61,6 @@ ]; plugins = { - avante.enable = true; tmux-navigator.enable = true; fugitive.enable = true; comment.enable = true; From b4c99f5c5af9aeb3d156f9e035c6edcae01bfd0d Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Thu, 1 Jan 2026 20:45:28 -0800 Subject: [PATCH 2/2] 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"; } ]; }; };