mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #32336 from Mic92/vim-codefmt
vim-codefmt: init at 2017-03-04
This commit is contained in:
commit
9f90700b56
2 changed files with 24 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue