vimPlugins.instant-nvim: init at 2022-06-25

authored by ners and committed by Jonathan Ringer 48e5acbb 2abda141

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 3620 meta.homepage = "https://github.com/ciaranm/inkpot/"; 3621 }; 3622 3623 intero-neovim = buildVimPluginFrom2Nix { 3624 pname = "intero-neovim"; 3625 version = "2019-11-15";
··· 3620 meta.homepage = "https://github.com/ciaranm/inkpot/"; 3621 }; 3622 3623 + instant-nvim = buildVimPluginFrom2Nix { 3624 + pname = "instant.nvim"; 3625 + version = "2022-06-25"; 3626 + src = fetchFromGitHub { 3627 + owner = "jbyuki"; 3628 + repo = "instant.nvim"; 3629 + rev = "294b6d08143b3db8f9db7f606829270149e1a786"; 3630 + sha256 = "07lr7k34ldw278g191fcj4fc9zfnz6qf4dgdqm1cciyd5y75cwhd"; 3631 + }; 3632 + meta.homepage = "https://github.com/jbyuki/instant.nvim/"; 3633 + }; 3634 + 3635 intero-neovim = buildVimPluginFrom2Nix { 3636 pname = "intero-neovim"; 3637 version = "2019-11-15";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 303 https://github.com/lukas-reineke/indent-blankline.nvim/,, 304 https://github.com/Yggdroot/indentLine/,, 305 https://github.com/ciaranm/inkpot/,, 306 https://github.com/parsonsmatt/intero-neovim/,, 307 https://github.com/keith/investigate.vim/,, 308 https://github.com/neutaaaaan/iosvkem/,,
··· 303 https://github.com/lukas-reineke/indent-blankline.nvim/,, 304 https://github.com/Yggdroot/indentLine/,, 305 https://github.com/ciaranm/inkpot/,, 306 + https://github.com/jbyuki/instant.nvim/,HEAD, 307 https://github.com/parsonsmatt/intero-neovim/,, 308 https://github.com/keith/investigate.vim/,, 309 https://github.com/neutaaaaan/iosvkem/,,