vimPlugins.ghcid: Init at 2019-07-04

This commit is contained in:
Nazarii Bardiuk
2019-07-22 19:06:05 +01:00
parent d98aebfb9a
commit 828d2d52b0
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -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 ];
});