We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb3207 commit dc1f222Copy full SHA for dc1f222
pkgs/applications/editors/vim/plugins/overrides.nix
@@ -167,7 +167,7 @@ in
167
};
168
169
barbecue-nvim = super.barbecue-nvim.overrideAttrs {
170
- dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
+ dependencies = with self; [ nvim-lspconfig nvim-navic ];
171
meta = {
172
description = "VS Code like winbar for Neovim";
173
homepage = "https://github.com/utilyre/barbecue.nvim";
0 commit comments