vimPlugins.nerdy-nvim: init at 2025-02-23 (#385004)

authored by Gaétan Lepage and committed by GitHub f9f27ea0 a5ee773e

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 9135 meta.hydraPlatforms = [ ]; 9136 }; 9137 9138 netman-nvim = buildVimPlugin { 9139 pname = "netman.nvim"; 9140 version = "2025-01-11";
··· 9135 meta.hydraPlatforms = [ ]; 9136 }; 9137 9138 + nerdy-nvim = buildVimPlugin { 9139 + pname = "nerdy.nvim"; 9140 + version = "2025-02-23"; 9141 + src = fetchFromGitHub { 9142 + owner = "2KAbhishek"; 9143 + repo = "nerdy.nvim"; 9144 + rev = "319cc93d4038b24497eb34c344b20fb462be6c9a"; 9145 + sha256 = "05dnqydmflymc2svijndsrnjv02waliy7si2md35ji9bzpw4cg6k"; 9146 + }; 9147 + meta.homepage = "https://github.com/2KAbhishek/nerdy.nvim/"; 9148 + meta.hydraPlatforms = [ ]; 9149 + }; 9150 + 9151 netman-nvim = buildVimPlugin { 9152 pname = "netman.nvim"; 9153 version = "2025-01-11";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 700 https://github.com/preservim/nerdcommenter/,, 701 https://github.com/preservim/nerdtree/,, 702 https://github.com/Xuyuanp/nerdtree-git-plugin/,, 703 https://github.com/miversen33/netman.nvim/,HEAD, 704 https://github.com/prichrd/netrw.nvim/,HEAD, 705 https://github.com/oberblastmeister/neuron.nvim/,,
··· 700 https://github.com/preservim/nerdcommenter/,, 701 https://github.com/preservim/nerdtree/,, 702 https://github.com/Xuyuanp/nerdtree-git-plugin/,, 703 + https://github.com/2KAbhishek/nerdy.nvim/,HEAD, 704 https://github.com/miversen33/netman.nvim/,HEAD, 705 https://github.com/prichrd/netrw.nvim/,HEAD, 706 https://github.com/oberblastmeister/neuron.nvim/,,