Unverified Commit 4651197b authored by lunik1's avatar lunik1
Browse files

vimPlugins.agitator-nvim: init at 2024-12-02

parent 622926a4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -581,6 +581,18 @@ final: prev:
    meta.homepage = "https://github.com/derekelkins/agda-vim/";
  };
  agitator-nvim = buildVimPlugin {
    pname = "agitator.nvim";
    version = "2024-12-02";
    src = fetchFromGitHub {
      owner = "emmanueltouzery";
      repo = "agitator.nvim";
      rev = "dc2843869b8bb9e5096edf53583b1dee1e62aa6b";
      sha256 = "12d75hjc1vxwbd7imdn8s1d3gqkqk8xg1sdpxx262kk2c90grxpn";
    };
    meta.homepage = "https://github.com/emmanueltouzery/agitator.nvim/";
  };
  ai-vim = buildVimPlugin {
    pname = "ai.vim";
    version = "2023-10-03";
+7 −0
Original line number Diff line number Diff line
@@ -143,6 +143,13 @@ in
    ];
  };

  agitator-nvim = super.agitator-nvim.overrideAttrs {
    dependencies = with self; [
      telescope-nvim
      plenary-nvim
    ];
  };

  astrocore = super.astrocore.overrideAttrs {
    dependencies = [ self.lazy-nvim ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ https://github.com/Mofiqul/adwaita.nvim/,HEAD,
https://github.com/stevearc/aerial.nvim/,,
https://github.com/Numkil/ag.nvim/,,
https://github.com/derekelkins/agda-vim/,,
https://github.com/emmanueltouzery/agitator.nvim/,HEAD,
https://github.com/aduros/ai.vim/,HEAD,
https://github.com/joshuavial/aider.nvim/,HEAD,
https://github.com/slashmili/alchemist.vim/,,