lol

vimPlugins.amp-nvim: init at 2025-10-01 (#448041)

authored by

Gaétan Lepage and committed by
GitHub
41f2a9a6 87992b54

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 802 802 meta.hydraPlatforms = [ ]; 803 803 }; 804 804 805 + amp-nvim = buildVimPlugin { 806 + pname = "amp.nvim"; 807 + version = "2025-10-01"; 808 + src = fetchFromGitHub { 809 + owner = "sourcegraph"; 810 + repo = "amp.nvim"; 811 + rev = "ceeed031e70966492a01a33774b48652ba3f1043"; 812 + sha256 = "1n6d8nbakyg6yiq8mhhrvmsp9z0zb8cb67820jsg3wl6vqd1vwv5"; 813 + }; 814 + meta.homepage = "https://github.com/sourcegraph/amp.nvim/"; 815 + meta.hydraPlatforms = [ ]; 816 + }; 817 + 805 818 animation-nvim = buildVimPlugin { 806 819 pname = "animation.nvim"; 807 820 version = "2022-09-18";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 60 60 https://github.com/vim-scripts/align/,, 61 61 https://github.com/Vonr/align.nvim/,HEAD, 62 62 https://github.com/goolord/alpha-nvim/,HEAD, 63 + https://github.com/sourcegraph/amp.nvim/,HEAD, 63 64 https://github.com/anuvyklack/animation.nvim/,HEAD, 64 65 https://github.com/Olical/aniseed/,, 65 66 https://github.com/pearofducks/ansible-vim/,,