vim-plugins: Add nim.vim

This commit is contained in:
Will Dietz 2017-07-10 12:07:20 -05:00
parent 3678981f9f
commit fe3fb77774
2 changed files with 12 additions and 0 deletions

View file

@ -1827,6 +1827,17 @@ rec {
};
nim-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "nim-vim-2016-05-19";
src = fetchgit {
url = "https://github.com/zah/nim.vim";
rev = "dcf25798f4a3f75e9538f9915959061edbff97cf";
sha256 = "1jaiqkspfz2a4ny130dl0h6x9752flpcwwy0kscrqmlqf5fqiyvm";
};
dependencies = [];
};
deoplete-go = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "deoplete-go-2017-05-26";
src = fetchgit {

View file

@ -144,6 +144,7 @@
"github:wincent/command-t"
"github:xolox/vim-easytags"
"github:xolox/vim-misc"
"github:zah/nim.vim"
"github:zchee/deoplete-jedi"
"github:zchee/deoplete-go"
"goyo"