plugins/bufferline: iconsPackage -> icons provider options

This commit is contained in:
Austin Horstman 2024-09-20 10:58:34 -05:00
parent 2cf80fd66f
commit 59a9652aee
No known key found for this signature in database
3 changed files with 25 additions and 14 deletions

View file

@ -1,5 +1,6 @@
{
plugins.bufferline = {
enable = true;
plugins = {
bufferline.enable = true;
web-devicons.enable = true;
};
}