vim-plugins: Add zig-vim

This commit is contained in:
Will Dietz 2017-10-20 13:05:48 -05:00
parent acd80042a4
commit 7008e531bf
2 changed files with 11 additions and 0 deletions

View File

@ -2550,4 +2550,14 @@ rec {
};
zig-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "zig-vim-2017-10-17";
src = fetchgit {
url = "https://github.com/zig-lang/zig.vim";
rev = "6059db59f61b517f5d65303b61f03324e01fdc2f";
sha256 = "0w3pa63s0r6h6w1iqmc444qrsc99xcccwapd6nyh3gb72z228d7z";
};
dependencies = [];
};
}

View File

@ -161,6 +161,7 @@
"github:zah/nim.vim"
"github:zchee/deoplete-go"
"github:zchee/deoplete-jedi"
"github:zig-lang/zig.vim"
"goyo"
"gruvbox"
"matchit.zip"