vimPlugins.open-browser-github.vim: init at 2018-03-14

This commit is contained in:
Joe Hermaszewski 2019-10-12 18:26:37 +08:00
parent 1b42193d42
commit 7ba023cf60
2 changed files with 12 additions and 0 deletions

View File

@ -1981,6 +1981,17 @@ let
};
};
open-browser-github-vim = buildVimPluginFrom2Nix {
pname = "open-browser-github-vim";
version = "2018-03-14";
src = fetchFromGitHub {
owner = "tyru";
repo = "open-browser-github.vim";
rev = "6f63e9c8b9482858af12c2dc60f6df2854e57f28";
sha256 = "06wvj6sqqzf52ng0k0p9g8wnlrljnia6h4d65681plqyxakbvi2w";
};
};
open-browser-vim = buildVimPluginFrom2Nix {
pname = "open-browser-vim";
version = "2018-11-29";

View File

@ -426,6 +426,7 @@ twerth/ir_black
twinside/vim-haskellconceal
Twinside/vim-hoogle
tyru/caw.vim
tyru/open-browser-github.vim
tyru/open-browser.vim
ujihisa/neco-look
valloric/youcompleteme