mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
vimPlugins.ghcid: Init at 2019-07-04
This commit is contained in:
parent
d98aebfb9a
commit
828d2d52b0
@ -1111,6 +1111,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ghcid = buildVimPluginFrom2Nix {
|
||||
pname = "ghcid";
|
||||
version = "2019-07-04";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ndmitchell";
|
||||
repo = "ghcid";
|
||||
rev = "08dff021a806c252d8eeccf44fa30e8d4118b137";
|
||||
sha256 = "05w4lqqs25m10rpjglkm1ggyssl9kig0nbd0qkg0l38zhc87afjr";
|
||||
};
|
||||
};
|
||||
|
||||
ghcmod-vim = buildVimPluginFrom2Nix {
|
||||
pname = "ghcmod-vim";
|
||||
version = "2016-06-19";
|
||||
|
@ -186,6 +186,10 @@ self: super: {
|
||||
dependencies = with super; [ super.self ];
|
||||
});
|
||||
|
||||
ghcid = super.ghcid.overrideAttrs(old: {
|
||||
configurePhase = "cd plugins/nvim";
|
||||
});
|
||||
|
||||
gist-vim = super.gist-vim.overrideAttrs(old: {
|
||||
dependencies = with super; [ webapi-vim ];
|
||||
});
|
||||
|
@ -229,6 +229,7 @@ ncm2/ncm2-jedi
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-tmux
|
||||
ncm2/ncm2-ultisnips
|
||||
ndmitchell/ghcid
|
||||
neoclide/coc-css
|
||||
neoclide/coc-denite
|
||||
neoclide/coc-emmet
|
||||
|
Loading…
Reference in New Issue
Block a user