plugins/nvim-tree: iconsPackage -> icons provider options

This commit is contained in:
Austin Horstman 2024-09-20 13:30:20 -05:00
parent e23bd5475c
commit 254b15d066
No known key found for this signature in database
3 changed files with 21 additions and 10 deletions

View file

@ -104,6 +104,7 @@
nvim-tree.enable = true;
};
};
web-devicons.enable = true;
};
};
}