vimPlugins.barbecue-nvim: fix incorrect override

This commit is contained in:
Vinay Mehta
2023-02-03 15:35:04 -08:00
parent 8fe83a027e
commit 92ced8ef6d
@@ -116,7 +116,7 @@
self: super: {
barbecue-nvim = super.vimshell-vim.overrideAttrs (old: {
barbecue-nvim = super.barbecue-nvim.overrideAttrs (old: {
dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
meta = {
description = "A VS Code like winbar for Neovim";