Unverified Commit e91b7a59 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.codecompanion-history-nvim: init at 2025-05-15 (#407332)

parents 2162a033 064f77c3
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2909,6 +2909,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  codecompanion-history-nvim = buildVimPlugin {
    pname = "codecompanion-history.nvim";
    version = "2025-05-15";
    src = fetchFromGitHub {
      owner = "ravitemer";
      repo = "codecompanion-history.nvim";
      rev = "f787607922be1189b58e2c61bdd0e4bae3a38c00";
      sha256 = "16bivgra12wyhiwcci89sa7fcj0y8q4a61xzlf2gsm84bv295jms";
    };
    meta.homepage = "https://github.com/ravitemer/codecompanion-history.nvim/";
    meta.hydraPlatforms = [ ];
  };
  codecompanion-nvim = buildVimPlugin {
    pname = "codecompanion.nvim";
    version = "2025-05-01";
+9 −0
Original line number Diff line number Diff line
@@ -631,6 +631,15 @@ in
    ];
  };

  codecompanion-history-nvim = super.codecompanion-history-nvim.overrideAttrs {
    dependencies = with self; [
      # transitive dependency for codecompanion-nvim
      plenary-nvim

      codecompanion-nvim
    ];
  };

  windsurf-nvim =
    let
      # Update according to https://github.com/Exafunction/codeium.nvim/blob/main/lua/codeium/versions.json
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ https://github.com/coc-extensions/coc-svelte/,,
https://github.com/iamcco/coc-tailwindcss/,,
https://github.com/neoclide/coc.nvim/,release,
https://github.com/manicmaniac/coconut.vim/,HEAD,
https://github.com/ravitemer/codecompanion-history.nvim/,HEAD,
https://github.com/olimorris/codecompanion.nvim/,HEAD,
https://github.com/gorbit99/codewindow.nvim/,HEAD,
https://github.com/metakirby5/codi.vim/,,