Commit 5d4ab3a7 authored by Radoslaw Sniezek's avatar Radoslaw Sniezek Committed by Gaétan Lepage
Browse files

vimPlugins.copilot-lualine: init at 2024-09-03

parent ae36f39b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2682,6 +2682,18 @@ final: prev:
    meta.homepage = "https://github.com/zbirenbaum/copilot-cmp/";
  };
  copilot-lualine = buildVimPlugin {
    pname = "copilot-lualine";
    version = "2024-09-03";
    src = fetchFromGitHub {
      owner = "AndreM222";
      repo = "copilot-lualine";
      rev = "f40450c3e138766026327e7807877ea860618258";
      sha256 = "0qx9x28f0c20cz2ax1631rd7qzzkzvhbnv9ivmyw44v5nzp8jy1x";
    };
    meta.homepage = "https://github.com/AndreM222/copilot-lualine/";
  };
  copilot-lua = buildVimPlugin {
    pname = "copilot.lua";
    version = "2024-09-11";
+6 −0
Original line number Diff line number Diff line
@@ -561,6 +561,12 @@ in
    dependencies = with self; [ copilot-lua plenary-nvim ];
  };

  copilot-lualine = super.copilot-lualine.overrideAttrs {
    dependencies = with self; [ copilot-lua lualine-nvim ];
    doInstallCheck = true;
    nvimRequireCheck = "copilot-lualine";
  };

  copilot-vim = super.copilot-vim.overrideAttrs (old: {
    postInstall = ''
      substituteInPlace $out/autoload/copilot/client.vim \
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ https://github.com/Olical/conjure/,,
https://github.com/wellle/context.vim/,,
https://github.com/Shougo/context_filetype.vim/,,
https://github.com/zbirenbaum/copilot-cmp/,HEAD,
https://github.com/AndreM222/copilot-lualine/,HEAD,
https://github.com/zbirenbaum/copilot.lua/,HEAD,
https://github.com/github/copilot.vim/,,
https://github.com/ms-jpq/coq.artifacts/,HEAD,