mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
vimPlugins.vim-packer: init at 2018-11-11
This commit is contained in:
parent
501a9decbf
commit
5096769bdd
@ -5689,6 +5689,18 @@ let
|
||||
meta.homepage = "https://github.com/jceb/vim-orgmode/";
|
||||
};
|
||||
|
||||
vim-packer = buildVimPluginFrom2Nix {
|
||||
pname = "vim-packer";
|
||||
version = "2018-11-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashivim";
|
||||
repo = "vim-packer";
|
||||
rev = "c2561f41e46df8a78a6b51226f60607582052134";
|
||||
sha256 = "070ncbmwh8wxxfzf7phx0hb0dk9krlvsj5mvrn7kr5y3mngdg9v4";
|
||||
};
|
||||
meta.homepage = "https://github.com/hashivim/vim-packer/";
|
||||
};
|
||||
|
||||
vim-pager = buildVimPluginFrom2Nix {
|
||||
pname = "vim-pager";
|
||||
version = "2015-08-26";
|
||||
|
@ -131,6 +131,7 @@ guns/vim-clojure-highlight
|
||||
guns/vim-clojure-static
|
||||
guns/vim-sexp
|
||||
guns/xterm-color-table.vim
|
||||
hashivim/vim-packer
|
||||
hashivim/vim-terraform
|
||||
haya14busa/incsearch-easymotion.vim
|
||||
haya14busa/incsearch.vim
|
||||
|
Loading…
Reference in New Issue
Block a user