Compare commits

..

No commits in common. "b4c99f5c5af9aeb3d156f9e035c6edcae01bfd0d" and "926db427f465f44f454a3ac48216ec461b4a42e8" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View file

@ -61,6 +61,7 @@
]; ];
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,9 +25,12 @@
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"; }
]; ];
}; };
}; };