vimPlugins.treewalker-nvim: init at 2025-03-08 (#389559)

authored by Gaétan Lepage and committed by GitHub 5b72f061 6d950ec9

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 14321 meta.hydraPlatforms = [ ]; 14322 }; 14323 14324 tremor-vim = buildVimPlugin { 14325 pname = "tremor-vim"; 14326 version = "2021-09-07";
··· 14321 meta.hydraPlatforms = [ ]; 14322 }; 14323 14324 + treewalker-nvim = buildVimPlugin { 14325 + pname = "treewalker.nvim"; 14326 + version = "2025-03-08"; 14327 + src = fetchFromGitHub { 14328 + owner = "aaronik"; 14329 + repo = "treewalker.nvim"; 14330 + rev = "0bad88a449642fca1080930260482628b692841a"; 14331 + sha256 = "088ksm6rvj4vabrisbpg2xngc11bbqihms57rz0dw22mbr7chy6q"; 14332 + }; 14333 + meta.homepage = "https://github.com/aaronik/treewalker.nvim/"; 14334 + meta.hydraPlatforms = [ ]; 14335 + }; 14336 + 14337 tremor-vim = buildVimPlugin { 14338 pname = "tremor-vim"; 14339 version = "2021-09-07";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1098 https://github.com/tjdevries/train.nvim/,, 1099 https://github.com/xiyaowong/transparent.nvim/,HEAD, 1100 https://github.com/Wansmer/treesj/,main, 1101 https://github.com/tremor-rs/tremor-vim/,, 1102 https://github.com/cappyzawa/trim.nvim/,, 1103 https://github.com/simonmclean/triptych.nvim/,HEAD,
··· 1098 https://github.com/tjdevries/train.nvim/,, 1099 https://github.com/xiyaowong/transparent.nvim/,HEAD, 1100 https://github.com/Wansmer/treesj/,main, 1101 + https://github.com/aaronik/treewalker.nvim/,HEAD, 1102 https://github.com/tremor-rs/tremor-vim/,, 1103 https://github.com/cappyzawa/trim.nvim/,, 1104 https://github.com/simonmclean/triptych.nvim/,HEAD,