Skip to content

Commit dc1f222

Browse files
khanelimanGaetanLepage
authored andcommitted
vimPlugins.barbecue-nvim: remove nvim-web-devicons dependency
Listed as optional dependency.
1 parent fdb3207 commit dc1f222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ in
167167
};
168168

169169
barbecue-nvim = super.barbecue-nvim.overrideAttrs {
170-
dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
170+
dependencies = with self; [ nvim-lspconfig nvim-navic ];
171171
meta = {
172172
description = "VS Code like winbar for Neovim";
173173
homepage = "https://github.com/utilyre/barbecue.nvim";

0 commit comments

Comments
 (0)