Revert "vimPlugins.lualine-nvim: add nvim-web-devicons dependency" (#338164)

This commit is contained in:
Gaétan Lepage 2024-08-29 17:19:51 +02:00 committed by GitHub
commit 8843893c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
};