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

@ -7,6 +7,7 @@
enable = true;
extensions.frecency.enable = true;
};
plugins.web-devicons.enable = true;
};
defaults = {
@ -42,6 +43,7 @@
};
};
};
plugins.web-devicons.enable = true;
};
example = {
@ -72,5 +74,6 @@
};
};
};
plugins.web-devicons.enable = true;
};
}