diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index cc06956e4306..8cbd39a72deb 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -533,6 +533,18 @@ final: prev: meta.homepage = "https://github.com/derekelkins/agda-vim/"; }; + ai-vim = buildVimPluginFrom2Nix { + pname = "ai.vim"; + version = "2022-12-16"; + src = fetchFromGitHub { + owner = "aduros"; + repo = "ai.vim"; + rev = "b5098a1d70be968444b6f3d9441443af3e357035"; + sha256 = "1hx4zilzc0vf62hiwk3qgyn12mjs8fw0wq1fw9g1v3k9v512z4fb"; + }; + meta.homepage = "https://github.com/aduros/ai.vim/"; + }; + alchemist-vim = buildVimPluginFrom2Nix { pname = "alchemist.vim"; version = "2020-04-27"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 342e443fa5af..3313cdf8a436 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -43,6 +43,7 @@ https://github.com/eikenb/acp/,, https://github.com/stevearc/aerial.nvim/,, https://github.com/Numkil/ag.nvim/,, https://github.com/derekelkins/agda-vim/,, +https://github.com/aduros/ai.vim/,HEAD, https://github.com/slashmili/alchemist.vim/,, https://github.com/dense-analysis/ale/,, https://github.com/vim-scripts/align/,,