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 {
|
open-browser-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "open-browser-vim";
|
pname = "open-browser-vim";
|
||||||
version = "2018-11-29";
|
version = "2018-11-29";
|
||||||
|
@ -426,6 +426,7 @@ twerth/ir_black
|
|||||||
twinside/vim-haskellconceal
|
twinside/vim-haskellconceal
|
||||||
Twinside/vim-hoogle
|
Twinside/vim-hoogle
|
||||||
tyru/caw.vim
|
tyru/caw.vim
|
||||||
|
tyru/open-browser-github.vim
|
||||||
tyru/open-browser.vim
|
tyru/open-browser.vim
|
||||||
ujihisa/neco-look
|
ujihisa/neco-look
|
||||||
valloric/youcompleteme
|
valloric/youcompleteme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user