mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
vim-plugins/tabpagebuffer: init
This commit is contained in:
parent
dea716d801
commit
45ab7091a7
|
@ -96,6 +96,7 @@ rec {
|
|||
supertab = Supertab;
|
||||
syntastic = Syntastic;
|
||||
tabular = Tabular;
|
||||
tabpagebuffer = tabpagebuffer-vim;
|
||||
tagbar = Tagbar;
|
||||
thumbnail = thumbnail-vim;
|
||||
tmux-navigator = vim-tmux-navigator;
|
||||
|
@ -1927,6 +1928,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
tabpagebuffer-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "tabpagebuffer-vim-2014-09-30";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/shougo/tabpagebuffer.vim";
|
||||
rev = "4d95c3e6fa5ad887498f4cbe486c11e39d4a1fbc";
|
||||
sha256 = "1z6zlpzkhwy1p2pmx9qrwb91dp9v4yi8jrdvm1if2k79ij4sl08f";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "unite-vim-2017-12-06";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -240,6 +240,7 @@
|
|||
"xterm-color-table"
|
||||
"zeavim"
|
||||
"github:shougo/denite.nvim"
|
||||
"github:shougo/tabpagebuffer.vim"
|
||||
"github:shougo/neomru.vim"
|
||||
"github:shougo/echodoc.vim"
|
||||
"github:shougo/context_filetype.vim"
|
||||
|
|
Loading…
Reference in a new issue