vimPlugins.nvim-moonwalk: init at 2022-04-12

authored by Gabriel Fontes and committed by Jonathan Ringer 93c3dec0 20be9bf2

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 5625 meta.homepage = "https://github.com/scalameta/nvim-metals/"; 5626 }; 5627 5628 nvim-neoclip-lua = buildVimPluginFrom2Nix { 5629 pname = "nvim-neoclip.lua"; 5630 version = "2022-09-23";
··· 5625 meta.homepage = "https://github.com/scalameta/nvim-metals/"; 5626 }; 5627 5628 + nvim-moonwalk = buildVimPluginFrom2Nix { 5629 + pname = "nvim-moonwalk"; 5630 + version = "2022-04-12"; 5631 + src = fetchFromGitHub { 5632 + owner = "gpanders"; 5633 + repo = "nvim-moonwalk"; 5634 + rev = "86a59f16ae01606824cef3d0f3f87c9886b312d0"; 5635 + sha256 = "0cwfsm5wb4qn04930km9p4i6xbhaw4023dfzw3s6cr6a428rpc5j"; 5636 + }; 5637 + meta.homepage = "https://github.com/gpanders/nvim-moonwalk/"; 5638 + }; 5639 + 5640 nvim-neoclip-lua = buildVimPluginFrom2Nix { 5641 pname = "nvim-neoclip.lua"; 5642 version = "2022-09-23";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 473 https://github.com/RishabhRD/nvim-lsputils/,, 474 https://github.com/rafcamlet/nvim-luapad/,, 475 https://github.com/scalameta/nvim-metals/,, 476 https://github.com/AckslD/nvim-neoclip.lua/,, 477 https://github.com/yamatsum/nvim-nonicons/,, 478 https://github.com/rcarriga/nvim-notify/,,
··· 473 https://github.com/RishabhRD/nvim-lsputils/,, 474 https://github.com/rafcamlet/nvim-luapad/,, 475 https://github.com/scalameta/nvim-metals/,, 476 + https://github.com/gpanders/nvim-moonwalk/,, 477 https://github.com/AckslD/nvim-neoclip.lua/,, 478 https://github.com/yamatsum/nvim-nonicons/,, 479 https://github.com/rcarriga/nvim-notify/,,