diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 32a8cf605028..9b41b1d8ce68 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 1bda4248de68..2005eec17af6 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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++). diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index da0f490e4fa2..f59b501e7505 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,