vimPlugins.vim-codefmt: init at 2017-03-04

This commit is contained in:
Joerg Thalheim 2017-12-05 10:29:47 +00:00
parent 5c6c794ae9
commit 62e6f2eb1d
2 changed files with 12 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 {

View File

@ -59,6 +59,7 @@
"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"