vimPlugins.barbecue-nvim: remove nvim-web-devicons dependency

Listed as optional dependency.
This commit is contained in:
Austin Horstman
2024-09-29 17:48:59 +02:00
committed by Gaétan Lepage
parent fdb32075d2
commit dc1f2229e0
@@ -167,7 +167,7 @@ in
};
barbecue-nvim = super.barbecue-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
dependencies = with self; [ nvim-lspconfig nvim-navic ];
meta = {
description = "VS Code like winbar for Neovim";
homepage = "https://github.com/utilyre/barbecue.nvim";