vimPlugins.deoplete-notmuch: init at 2018-12-11
This commit is contained in:
committed by
Matthieu Coudron
parent
79cf2c25fb
commit
7106ae143e
@@ -998,6 +998,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
deoplete-notmuch = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-notmuch";
|
||||
version = "2018-12-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Valodim";
|
||||
repo = "deoplete-notmuch";
|
||||
rev = "828b5acf1924f9869614e93855a0d8cc94f1a74d";
|
||||
sha256 = "1l2pfazhpkz26zwbjdafvhgvjj533kncm7dywlandsf3cibm8mv9";
|
||||
};
|
||||
};
|
||||
|
||||
deoplete-rust = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-rust";
|
||||
version = "2017-07-18";
|
||||
|
||||
Reference in New Issue
Block a user