3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #20180 from offlinehacker/pkgs/vim-plugins/add/vim-jsdoc

vimPlugins/vim-jsdoc: init at 0kr4p01p
This commit is contained in:
Jaka Hudoklin 2016-11-17 13:08:40 +01:00 committed by GitHub
commit cf598aeae9
2 changed files with 10 additions and 0 deletions

View file

@ -2085,5 +2085,14 @@ rec {
};
vim-jsdoc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jsdoc-2016-11-05";
src = fetchgit {
url = "git://github.com/heavenshell/vim-jsdoc";
rev = "45c7c7cef440a29f7bf24436640413e3d5d578ff";
sha256 = "0kr4p01pyrz9w7yfh50gsz6n60qvnqxsr1055hvsyx36nzw6l3za";
};
dependencies = [];
};
}

View file

@ -169,3 +169,4 @@
"vundle"
"github:jiangmiao/auto-pairs"
"github:editorconfig/editorconfig-vim"
"github:heavenshell/vim-jsdoc"