vimPlugins.lualine-nvim: add nvim-web-devicons dependency (#337579)

This commit is contained in:
Gaétan Lepage 2024-08-27 08:10:09 +02:00 committed by GitHub
commit 8ac49328a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1004,6 +1004,10 @@
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 ];
};