vim-plugins/vim-wordy: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:44:50 +01:00
parent 4d5acac34b
commit 7ee75b8cf4
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -1658,6 +1658,17 @@ rec {
};
vim-wordy = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-wordy-2016-11-07";
src = fetchgit {
url = "https://github.com/reedes/vim-wordy";
rev = "bd37684a041fce85c34bb56c41c5a12c04a376ca";
sha256 = "0lv3ff1yfqdz2vj6lwaygslds1ccidbb09f4x1cdwlawxdgh3w2v";
};
dependencies = [];
};
vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-grammarous-2017-08-25";
src = fetchgit {

View File

@ -255,4 +255,5 @@
"github:chemzqm/denite-git"
"github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel"
"github:reedes/vim-wordy"
"github:itchyny/vim-gitbranch"