vimPlugins.barbar-nvim: init at 2020-11-06

This commit is contained in:
evalexpr 2020-11-06 22:36:09 +00:00 committed by Jonathan Ringer
parent ade59d25e8
commit 419c760564
2 changed files with 13 additions and 0 deletions

View File

@ -219,6 +219,18 @@ let
meta.homepage = "https://github.com/ayu-theme/ayu-vim/";
};
barbar-nvim = buildVimPluginFrom2Nix {
pname = "barbar-nvim";
version = "2020-11-06";
src = fetchFromGitHub {
owner = "romgrk";
repo = "barbar.nvim";
rev = "92e70f9e369d106476de283354bc30e37a94e864";
sha256 = "17az4flcsry4f2p4xnmgw0ymbbybcfycajm25g6r692hcbgkg5dx";
};
meta.homepage = "https://github.com/romgrk/barbar.nvim/";
};
base16-vim = buildVimPluginFrom2Nix {
pname = "base16-vim";
version = "2019-06-07";

View File

@ -429,6 +429,7 @@ rhysd/vim-operator-surround
rodjek/vim-puppet
romainl/vim-cool
roman/golden-ratio
romgrk/barbar.nvim
ron89/thesaurus_query.vim
roxma/nvim-cm-racer
roxma/nvim-completion-manager