vimPlugins.nvim-gomove: init at 2024-10-20 (#349972)

authored by Gaétan Lepage and committed by GitHub 0b291174 b080a922

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 8730 meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/"; 8731 }; 8732 8733 nvim-gps = buildVimPlugin { 8734 pname = "nvim-gps"; 8735 version = "2022-07-05";
··· 8730 meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/"; 8731 }; 8732 8733 + nvim-gomove = buildVimPlugin { 8734 + pname = "nvim-gomove"; 8735 + version = "2024-10-20"; 8736 + src = fetchFromGitHub { 8737 + owner = "booperlv"; 8738 + repo = "nvim-gomove"; 8739 + rev = "2b44ae7ac0804f4e3959228122f7c85bef1964e3"; 8740 + sha256 = "sha256-9YLJm/L13gTktb6VIkz2W/60cothFtF7feiKd26R5lo="; 8741 + }; 8742 + meta.homepage = "https://github.com/booperlv/nvim-gomove/"; 8743 + }; 8744 + 8745 nvim-gps = buildVimPlugin { 8746 pname = "nvim-gps"; 8747 version = "2022-07-05";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 733 https://github.com/vijaymarupudi/nvim-fzf-commands/,, 734 https://github.com/sakhnik/nvim-gdb/,, 735 https://github.com/chrisgrieser/nvim-genghis/,HEAD, 736 https://github.com/smiteshp/nvim-gps/,, 737 https://github.com/brenoprata10/nvim-highlight-colors/,HEAD, 738 https://github.com/Iron-E/nvim-highlite/,,
··· 733 https://github.com/vijaymarupudi/nvim-fzf-commands/,, 734 https://github.com/sakhnik/nvim-gdb/,, 735 https://github.com/chrisgrieser/nvim-genghis/,HEAD, 736 + https://github.com/booperlv/nvim-gomove/,HEAD, 737 https://github.com/smiteshp/nvim-gps/,, 738 https://github.com/brenoprata10/nvim-highlight-colors/,HEAD, 739 https://github.com/Iron-E/nvim-highlite/,,