vim-plugins/tabpagebuffer: init
This commit is contained in:
parent
dea716d801
commit
45ab7091a7
pkgs/misc/vim-plugins
|
@ -96,6 +96,7 @@ rec {
|
||||||
supertab = Supertab;
|
supertab = Supertab;
|
||||||
syntastic = Syntastic;
|
syntastic = Syntastic;
|
||||||
tabular = Tabular;
|
tabular = Tabular;
|
||||||
|
tabpagebuffer = tabpagebuffer-vim;
|
||||||
tagbar = Tagbar;
|
tagbar = Tagbar;
|
||||||
thumbnail = thumbnail-vim;
|
thumbnail = thumbnail-vim;
|
||||||
tmux-navigator = vim-tmux-navigator;
|
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
|
unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "unite-vim-2017-12-06";
|
name = "unite-vim-2017-12-06";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -240,6 +240,7 @@
|
||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:shougo/denite.nvim"
|
"github:shougo/denite.nvim"
|
||||||
|
"github:shougo/tabpagebuffer.vim"
|
||||||
"github:shougo/neomru.vim"
|
"github:shougo/neomru.vim"
|
||||||
"github:shougo/echodoc.vim"
|
"github:shougo/echodoc.vim"
|
||||||
"github:shougo/context_filetype.vim"
|
"github:shougo/context_filetype.vim"
|
||||||
|
|
Loading…
Reference in New Issue