mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vimPlugins.vim-codefmt: init at 2017-03-04
This commit is contained in:
parent
5c6c794ae9
commit
62e6f2eb1d
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user