summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2024-05-11 00:37:46 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-05-16 12:59:07 +0200
commit09f16b07ea664d4a0ea75223c5d228c92c7ec414 (patch)
tree9c197dc87ed0c552d9f661f0649d534c9eba02f0 /pkgs
parent64199efed61b691e399c38c4ae0601e08b3ffa19 (diff)
vimPlugins.CopilotChat-nvim: init at 2024-05-08
Co-authored-by: GaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
3 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 1f59cc3e3541..82f766f962dd 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -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";
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index c3711bd412fe..a60354b84a0b 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -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 \
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index acdd809e5438..a1d0fb104d3c 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -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/,,