Commit dc1f2229 authored by Austin Horstman's avatar Austin Horstman Committed by Gaétan Lepage
Browse files

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

Listed as optional dependency.
parent fdb32075
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";