Unverified Commit 928dd5c0 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.YankAssassin-vim: init at 2022-03-11 (#388713)

parents 6a45a276 30c55f86
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -497,6 +497,19 @@ final: prev:
    meta.hydraPlatforms = [ ];
  };
  YankAssassin-vim = buildVimPlugin {
    pname = "YankAssassin.vim";
    version = "2022-03-11";
    src = fetchFromGitHub {
      owner = "svban";
      repo = "YankAssassin.vim";
      rev = "55ce478a08333c086bcccdf087453085f85854d4";
      sha256 = "0w0g49knan6vmmpcdj8fvdn2bmyydpihf4jfyza6iy7gsk8kmr66";
    };
    meta.homepage = "https://github.com/svban/YankAssassin.vim/";
    meta.hydraPlatforms = [ ];
  };
  YankRing-vim = buildVimPlugin {
    pname = "YankRing.vim";
    version = "2015-07-29";
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ https://github.com/chrisbra/SudoEdit.vim/,,
https://github.com/hsitz/VimOrganizer/,,
https://github.com/VundleVim/Vundle.vim/,,
https://github.com/esneider/YUNOcommit.vim/,,
https://github.com/svban/YankAssassin.vim/,HEAD,
https://github.com/vim-scripts/YankRing.vim/,,
https://github.com/ycm-core/YouCompleteMe/,,
https://github.com/vim-scripts/a.vim/,,