vimPlugins.ghcid: Init at 2019-07-04
This commit is contained in:
@@ -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 ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user