Skip to content

Commit 8e0ab7c

Browse files
authored
vimPlugins.GPTModels-nvim: init at 2025-05-15 (#407458)
2 parents 7ddb07a + 2ce3372 commit 8e0ab7c

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,19 @@ final: prev: {
137137
meta.hydraPlatforms = [ ];
138138
};
139139

140+
GPTModels-nvim = buildVimPlugin {
141+
pname = "GPTModels.nvim";
142+
version = "2025-05-15";
143+
src = fetchFromGitHub {
144+
owner = "Aaronik";
145+
repo = "GPTModels.nvim";
146+
rev = "04d91c778d74f762143203ab81e155eec642b5f6";
147+
sha256 = "06spvkfc1bhckq8w56w6ha4gzk60wfhjlyivrx51awz20sd6hyw0";
148+
};
149+
meta.homepage = "https://github.com/Aaronik/GPTModels.nvim/";
150+
meta.hydraPlatforms = [ ];
151+
};
152+
140153
Improved-AnsiEsc = buildVimPlugin {
141154
pname = "Improved-AnsiEsc";
142155
version = "2015-08-26";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,13 @@ in
13141314
];
13151315
};
13161316

1317+
GPTModels-nvim = super.GPTModels-nvim.overrideAttrs {
1318+
dependencies = with self; [
1319+
nui-nvim
1320+
telescope-nvim
1321+
];
1322+
};
1323+
13171324
guard-collection = super.guard-collection.overrideAttrs {
13181325
dependencies = [ self.guard-nvim ];
13191326
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ https://github.com/whonore/Coqtail/,,
99
https://github.com/vim-scripts/DoxygenToolkit.vim/,,
1010
https://github.com/numToStr/FTerm.nvim/,,
1111
https://github.com/antoinemadec/FixCursorHold.nvim/,,
12+
https://github.com/Aaronik/GPTModels.nvim/,HEAD,
1213
https://github.com/vim-scripts/Improved-AnsiEsc/,,
1314
https://github.com/ionide/Ionide-vim/,HEAD,
1415
https://github.com/martinda/Jenkinsfile-vim-syntax/,,

0 commit comments

Comments
 (0)