vimPlugins.barbar-nvim: init at 2020-11-06
This commit is contained in:
parent
ade59d25e8
commit
419c760564
@ -219,6 +219,18 @@ let
|
|||||||
meta.homepage = "https://github.com/ayu-theme/ayu-vim/";
|
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 {
|
base16-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "base16-vim";
|
pname = "base16-vim";
|
||||||
version = "2019-06-07";
|
version = "2019-06-07";
|
||||||
|
@ -429,6 +429,7 @@ rhysd/vim-operator-surround
|
|||||||
rodjek/vim-puppet
|
rodjek/vim-puppet
|
||||||
romainl/vim-cool
|
romainl/vim-cool
|
||||||
roman/golden-ratio
|
roman/golden-ratio
|
||||||
|
romgrk/barbar.nvim
|
||||||
ron89/thesaurus_query.vim
|
ron89/thesaurus_query.vim
|
||||||
roxma/nvim-cm-racer
|
roxma/nvim-cm-racer
|
||||||
roxma/nvim-completion-manager
|
roxma/nvim-completion-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user