vimPlugins.barbecue-nvim: init at 2022-11-16

This commit is contained in:
LightQuantum 2022-11-16 08:00:21 +08:00
parent 5a9d6739de
commit 70e77a3fa6
3 changed files with 23 additions and 0 deletions

View File

@ -809,6 +809,18 @@ final: prev:
meta.homepage = "https://github.com/romgrk/barbar.nvim/";
};
barbecue-nvim = buildVimPluginFrom2Nix {
pname = "barbecue.nvim";
version = "2022-11-13";
src = fetchFromGitHub {
owner = "utilyre";
repo = "barbecue.nvim";
rev = "7f14b47d8ebb5135724ccb7041f5ce43ec6dc839";
sha256 = "0n61764k2lqr59gldqchzhrbh8rgyjbfijfdpxsfp4x1aps35zks";
};
meta.homepage = "https://github.com/utilyre/barbecue.nvim/";
};
base16-vim = buildVimPluginFrom2Nix {
pname = "base16-vim";
version = "2022-09-20";

View File

@ -114,6 +114,16 @@
self: super: {
barbecue-nvim = super.vimshell-vim.overrideAttrs (old: {
dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
meta = {
description = "A VS Code like winbar for Neovim";
homepage = "https://github.com/utilyre/barbecue.nvim";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lightquantum ];
};
});
clang_complete = super.clang_complete.overrideAttrs (old: {
# In addition to the arguments you pass to your compiler, you also need to
# specify the path of the C++ std header (if you are using C++).

View File

@ -66,6 +66,7 @@ https://github.com/vim-scripts/autoload_cscope.vim/,,
https://github.com/rafi/awesome-vim-colorschemes/,,
https://github.com/ayu-theme/ayu-vim/,,
https://github.com/romgrk/barbar.nvim/,,
https://github.com/utilyre/barbecue.nvim/,,
https://github.com/chriskempson/base16-vim/,,
https://github.com/vim-scripts/bats.vim/,,
https://github.com/rbgrouleff/bclose.vim/,,