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

This reverts commit 7bbb7d34a1 @
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.
This commit is contained in:
toastal
2024-08-29 19:32:24 +07:00
parent fc952b81bf
commit 7d2defc583
@@ -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 ];
};