vimPlugins.ChatGPT-nvim: init at 2022-12-19

This commit is contained in:
"matus.benko"
2022-12-19 23:13:53 +01:00
parent 218715695d
commit c07b83d35c
2 changed files with 13 additions and 0 deletions
@@ -27,6 +27,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/BufOnly.vim/";
};
ChatGPT-nvim = buildVimPluginFrom2Nix {
pname = "ChatGPT.nvim";
version = "2022-12-19";
src = fetchFromGitHub {
owner = "jackMort";
repo = "ChatGPT.nvim";
rev = "ce7599398d8a5e3427d0344861006ed03b737fe4";
sha256 = "0bc5ddgrdg97ir5xsgdk2nfzg48jai00i81s5f2xg58hak2g2ff9";
};
meta.homepage = "https://github.com/jackMort/ChatGPT.nvim/";
};
CheckAttach = buildVimPluginFrom2Nix {
pname = "CheckAttach";
version = "2019-05-08";
@@ -1,6 +1,7 @@
repo,branch,alias
https://github.com/euclidianAce/BetterLua.vim/,,
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/whonore/Coqtail/,,