1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 05:51:10 +01:00

plugins/telescope: iconsPackage -> icons provider options

This commit is contained in:
Austin Horstman 2024-09-20 13:37:35 -05:00
parent 5ff98645ce
commit 38a183564b
No known key found for this signature in database
21 changed files with 88 additions and 14 deletions

View file

@ -35,6 +35,8 @@
enable = true;
enableTelescope = true;
};
plugins.web-devicons.enable = true;
};
defaults = {