vimPlugins/vim-jsdoc: init at 0kr4p01p

This commit is contained in:
Jaka Hudoklin 2016-11-05 10:32:13 +01:00
parent 8f765490e4
commit f4780da125
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"