From c07b83d35cc3690ec85f119182eed0005d6c016c Mon Sep 17 00:00:00 2001 From: "\"matus.benko\"" <"matus.benko@gmail.com"> Date: Mon, 19 Dec 2022 23:13:53 +0100 Subject: [PATCH] vimPlugins.ChatGPT-nvim: init at 2022-12-19 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c1fb53af838b..ea9fa59d72f9 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index dff2ab29a7f4..973143be19dd 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,