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
No known key found for this signature in database
GPG Key ID: C9C1904D44CDCDA1
3 changed files with 16 additions and 0 deletions

View File

@ -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";

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 ];
});

View File

@ -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