vimPlugins.vim-protobuf: init at 2017-12-26

This commit is contained in:
Bernardo Meurer 2019-10-24 20:47:16 -07:00 committed by Jon
parent 437c8ae843
commit 98d1828851
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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