summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-10-25 13:53:56 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-10-25 13:53:56 +0000
commita137fb0f1b16287f73100212f0f1980523fcac18 (patch)
tree8032bfbcaff2300f66af28571e8c6a05bb73a1a9 /overlays
parent2f44ef79c5dd1548c45971aed1dce10104208c02 (diff)
fix cmp
Diffstat (limited to 'overlays')
-rw-r--r--overlays/vimPlugins.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/vimPlugins.nix b/overlays/vimPlugins.nix
index 9011556..8885e9b 100644
--- a/overlays/vimPlugins.nix
+++ b/overlays/vimPlugins.nix
@@ -18,6 +18,11 @@
in
prev.vimPlugins
// {
+ avante-nvim = getVimPlugin {
+ name = "avante-nvim";
+ git = "yetone/avante.nvim";
+ rev = "a8e2b9a00c73b11d28857f0f5de79a9022281182";
+ };
nvim-cinnamon = getVimPlugin {
name = "vim-easygrep";
git = "declancm/cinnamon.nvim";