vimPlugins.goto-preview: init at 2021-06-20

authored by

figsoda and committed by
Jonathan Ringer
6d118402 b8d14783

+13
+12
pkgs/misc/vim-plugins/generated.nix
··· 1941 meta.homepage = "https://github.com/buoto/gotests-vim/"; 1942 }; 1943 1944 goyo-vim = buildVimPluginFrom2Nix { 1945 pname = "goyo-vim"; 1946 version = "2020-08-29";
··· 1941 meta.homepage = "https://github.com/buoto/gotests-vim/"; 1942 }; 1943 1944 + goto-preview = buildVimPluginFrom2Nix { 1945 + pname = "goto-preview"; 1946 + version = "2021-06-20"; 1947 + src = fetchFromGitHub { 1948 + owner = "rmagatti"; 1949 + repo = "goto-preview"; 1950 + rev = "39aa1e0334b577c59c4f7177ef36624bdd83f100"; 1951 + sha256 = "0rr22r1yp7s3hqfdqf48wlv2bqw9j5izwgm3np7x1ygp85xizcbg"; 1952 + }; 1953 + meta.homepage = "https://github.com/rmagatti/goto-preview/"; 1954 + }; 1955 + 1956 goyo-vim = buildVimPluginFrom2Nix { 1957 pname = "goyo-vim"; 1958 version = "2020-08-29";
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 575 rktjmp/fwatch.nvim@main 576 rktjmp/lush.nvim@main 577 rmagatti/auto-session@main 578 rodjek/vim-puppet 579 romainl/vim-cool 580 romainl/vim-qf
··· 575 rktjmp/fwatch.nvim@main 576 rktjmp/lush.nvim@main 577 rmagatti/auto-session@main 578 + rmagatti/goto-preview@main 579 rodjek/vim-puppet 580 romainl/vim-cool 581 romainl/vim-qf