vimPlugins.copilot-lualine: init at 2024-09-03
This commit is contained in:
committed by
Gaétan Lepage
parent
ae36f39b5a
commit
5d4ab3a73e
@@ -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";
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user