Merge pull request #54382 from ivegotasthma/ivegotasthma-vim-plugins

vimPlugins.bufexplorer: init at 2019-01-20
This commit is contained in:
Graham Christensen 2019-01-20 14:55:18 -05:00 committed by GitHub
commit ee9a2358d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -158,6 +158,17 @@ let
};
};
bufexplorer = buildVimPluginFrom2Nix {
pname = "bufexplorer";
version = "2018-12-10";
src = fetchFromGitHub {
owner = "jlanzarotta";
repo = "bufexplorer";
rev = "be69e397e502803db7d7f0a0e0491282ab2197a5";
sha256 = "0brhbkj34yxyq5gvjkqakq0m9zwa981rv6ksca07qhw3nzpxhlkd";
};
};
calendar-vim = buildVimPluginFrom2Nix {
pname = "calendar-vim";
version = "2018-11-02";

View file

@ -110,6 +110,7 @@ jgdavey/tslime.vim
jhradilek/vim-docbk
jiangmiao/auto-pairs
jistr/vim-nerdtree-tabs
jlanzarotta/bufexplorer
jnurmine/zenburn
jonbri/vim-colorstepper
joonty/vim-xdebug