Compare commits

...

2 commits

Author SHA1 Message Date
b4c99f5c5a Update cmp sources
This also removes a redundant nvim_lsp source
2026-01-01 20:45:28 -08:00
899e993f02 Disable avante 2026-01-01 20:45:07 -08:00
2 changed files with 1 additions and 5 deletions

View file

@ -61,7 +61,6 @@
]; ];
plugins = { plugins = {
avante.enable = true;
tmux-navigator.enable = true; tmux-navigator.enable = true;
fugitive.enable = true; fugitive.enable = true;
comment.enable = true; comment.enable = true;

View file

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