vimPlugins.barbecue-nvim: remove nvim-web-devicons dependency
Listed as optional dependency.
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user