vimPlugins.CopilotChat-nvim: init at 2024-05-08
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
parent
64199efed6
commit
09f16b07ea
@ -63,6 +63,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/vim-scripts/Colour-Sampler-Pack/";
|
||||
};
|
||||
|
||||
CopilotChat-nvim = buildVimPlugin {
|
||||
pname = "CopilotChat.nvim";
|
||||
version = "2024-05-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "CopilotC-Nvim";
|
||||
repo = "CopilotChat.nvim";
|
||||
rev = "af18fa2fbc765ddf9bacd22e15c974642f20d19b";
|
||||
sha256 = "16s0sj1qydz56xc1ydgnm9q6qndrj535c86113ji8nsgxs29gk1k";
|
||||
};
|
||||
meta.homepage = "https://github.com/CopilotC-Nvim/CopilotChat.nvim/";
|
||||
};
|
||||
|
||||
Coqtail = buildVimPlugin {
|
||||
pname = "Coqtail";
|
||||
version = "2024-05-06";
|
||||
|
@ -442,6 +442,10 @@
|
||||
dependencies = with self; [ completion-nvim nvim-treesitter ];
|
||||
};
|
||||
|
||||
CopilotChat-nvim = super.CopilotChat-nvim.overrideAttrs {
|
||||
dependencies = with self; [ copilot-lua plenary-nvim ];
|
||||
};
|
||||
|
||||
copilot-vim = super.copilot-vim.overrideAttrs {
|
||||
postInstall = ''
|
||||
substituteInPlace $out/autoload/copilot/agent.vim \
|
||||
|
@ -4,6 +4,7 @@ https://github.com/vim-scripts/BufOnly.vim/,,
|
||||
https://github.com/jackMort/ChatGPT.nvim/,HEAD,
|
||||
https://github.com/chrisbra/CheckAttach/,,
|
||||
https://github.com/vim-scripts/Colour-Sampler-Pack/,,
|
||||
https://github.com/CopilotC-Nvim/CopilotChat.nvim/,HEAD,
|
||||
https://github.com/whonore/Coqtail/,,
|
||||
https://github.com/vim-scripts/DoxygenToolkit.vim/,,
|
||||
https://github.com/numToStr/FTerm.nvim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user