vimPlugins.GPTModels-nvim: init at 2025-05-15 (#407458)
This commit is contained in:
@@ -137,6 +137,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
GPTModels-nvim = buildVimPlugin {
|
||||
pname = "GPTModels.nvim";
|
||||
version = "2025-05-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Aaronik";
|
||||
repo = "GPTModels.nvim";
|
||||
rev = "04d91c778d74f762143203ab81e155eec642b5f6";
|
||||
sha256 = "06spvkfc1bhckq8w56w6ha4gzk60wfhjlyivrx51awz20sd6hyw0";
|
||||
};
|
||||
meta.homepage = "https://github.com/Aaronik/GPTModels.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
Improved-AnsiEsc = buildVimPlugin {
|
||||
pname = "Improved-AnsiEsc";
|
||||
version = "2015-08-26";
|
||||
|
||||
@@ -1314,6 +1314,13 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
GPTModels-nvim = super.GPTModels-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
nui-nvim
|
||||
telescope-nvim
|
||||
];
|
||||
};
|
||||
|
||||
guard-collection = super.guard-collection.overrideAttrs {
|
||||
dependencies = [ self.guard-nvim ];
|
||||
};
|
||||
|
||||
@@ -9,6 +9,7 @@ https://github.com/whonore/Coqtail/,,
|
||||
https://github.com/vim-scripts/DoxygenToolkit.vim/,,
|
||||
https://github.com/numToStr/FTerm.nvim/,,
|
||||
https://github.com/antoinemadec/FixCursorHold.nvim/,,
|
||||
https://github.com/Aaronik/GPTModels.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/Improved-AnsiEsc/,,
|
||||
https://github.com/ionide/Ionide-vim/,HEAD,
|
||||
https://github.com/martinda/Jenkinsfile-vim-syntax/,,
|
||||
|
||||
Reference in New Issue
Block a user