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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user