Commit 7d2defc5 authored by toastal's avatar toastal
Browse files

Revert "vimPlugins.lualine-nvim: add nvim-web-devicons dependency"

This reverts commit 7bbb7d34 @
https://github.com/NixOS/nixpkgs/pull/337579

The premise that the docs shows this as a requirement is incorrect. The
docs state that it is optional saying

> " If you want to have icons in your statusline choose one of these

*If* is the keyword here.
parent fc952b81
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1004,10 +1004,6 @@
    dependencies = with self; [ plenary-nvim ];
  };

  lualine-nvim = super.lualine-nvim.overrideAttrs {
    dependencies = with self; [ nvim-web-devicons ];
  };

  luasnip = super.luasnip.overrideAttrs {
    dependencies = with self; [ luaPackages.jsregexp ];
  };