vim-plugins/vim-bazel: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:49:50 +01:00
parent 9096a92a4d
commit 89763446e9
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -598,6 +598,17 @@ rec {
};
vim-bazel = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-bazel-2018-01-10";
src = fetchgit {
url = "https://github.com/bazelbuild/vim-bazel";
rev = "ecafb17d5d1d3756e5ac0bd9f4812a450b8c91a3";
sha256 = "0ixhx9ssfygjy2v2ss02w28rcjxnvhj0caffj32cv3snwnpcz6fy";
};
dependencies = ["maktaba"];
};
clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "clighter8-2017-11-30";
src = fetchgit {

View file

@ -240,3 +240,4 @@
"xterm-color-table"
"zeavim"
"github:andsild/peskcolor.vim.git"
"github:bazelbuild/vim-bazel"