vim-plugins/vim-wordy: init

This commit is contained in:
Anders Sildnes
2018-02-01 16:21:40 +01:00
parent 4d5acac34b
commit 7ee75b8cf4
2 changed files with 12 additions and 0 deletions
+11
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 vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-grammarous-2017-08-25"; name = "vim-grammarous-2017-08-25";
src = fetchgit { src = fetchgit {
+1
View File
@@ -255,4 +255,5 @@
"github:chemzqm/denite-git" "github:chemzqm/denite-git"
"github:chemzqm/denite-extra" "github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel" "github:bazelbuild/vim-bazel"
"github:reedes/vim-wordy"
"github:itchyny/vim-gitbranch" "github:itchyny/vim-gitbranch"