Commit 70e77a3f authored by LightQuantum's avatar LightQuantum
Browse files

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

parent 5a9d6739
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+10 −0
Original line number Diff line number Diff line
@@ -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++).
+1 −0
Original line number Diff line number Diff line
@@ -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/,,