Merge pull request #32336 from Mic92/vim-codefmt

vim-codefmt: init at 2017-03-04
This commit is contained in:
Jörg Thalheim 2017-12-05 10:47:55 +00:00 committed by GitHub
commit 9f90700b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -820,6 +820,17 @@ rec {
};
vim-codefmt = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-codefmt-2017-03-04";
src = fetchgit {
url = "https://github.com/google/vim-codefmt";
rev = "8bae55b45c3f030845ab636d6860cef4071915d1";
sha256 = "0wg0fplpwsgkbycjx1ryl29afbfzfsdv0j7xisjik26m9q8shn1k";
};
dependencies = ["maktaba"];
};
vim-jsonnet = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jsonnet-2017-04-06";
src = fetchgit {
@ -831,6 +842,17 @@ rec {
};
vim-maktaba = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-maktaba-2017-05-07";
src = fetchgit {
url = "https://github.com/google/vim-maktaba";
rev = "2ae8b4478ea9bc2c6c8106acb55ddfb935754fb9";
sha256 = "1w8paqn0qyk4j5wfx48rc2za7kzhgdaggikklmjr1vsv2y0b8fzc";
};
dependencies = [];
};
vim-jsdoc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jsdoc-2017-02-11";
src = fetchgit {

View file

@ -59,7 +59,9 @@
"github:flazz/vim-colorschemes"
"github:floobits/floobits-neovim"
"github:frigoeu/psc-ide-vim"
"github:google/vim-codefmt"
"github:google/vim-jsonnet"
"github:google/vim-maktaba"
"github:heavenshell/vim-jsdoc"
"github:hecal3/vim-leader-guide"
"github:idris-hackers/idris-vim"