mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
vimPlugins.vim-protobuf: init at 2017-12-26
This commit is contained in:
parent
437c8ae843
commit
98d1828851
|
@ -4524,6 +4524,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-protobuf = buildVimPluginFrom2Nix {
|
||||
pname = "vim-protobuf";
|
||||
version = "2017-12-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "uarun";
|
||||
repo = "vim-protobuf";
|
||||
rev = "0d0f4e4b4087e0e608066aa2ba295e396d039931";
|
||||
sha256 = "1vh9f34rb7pg6dc64xhr102yig6y03is74777av464bhq651z7p5";
|
||||
};
|
||||
};
|
||||
|
||||
vim-ps1 = buildVimPluginFrom2Nix {
|
||||
pname = "vim-ps1";
|
||||
version = "2017-10-20";
|
||||
|
|
|
@ -445,6 +445,7 @@ Twinside/vim-hoogle
|
|||
tyru/caw.vim
|
||||
tyru/open-browser-github.vim
|
||||
tyru/open-browser.vim
|
||||
uarun/vim-protobuf
|
||||
ujihisa/neco-look
|
||||
valloric/youcompleteme
|
||||
vhda/verilog_systemverilog.vim
|
||||
|
|
Loading…
Reference in a new issue