mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
vimPlugins.open-browser-github.vim: init at 2018-03-14
This commit is contained in:
parent
1b42193d42
commit
7ba023cf60
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user