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

@ -4,6 +4,7 @@
enable = true;
extensions.manix.enable = true;
};
plugins.web-devicons.enable = true;
};
default = {
@ -19,6 +20,7 @@
};
};
};
plugins.web-devicons.enable = true;
};
example = {
@ -34,6 +36,7 @@
};
};
};
plugins.web-devicons.enable = true;
};
no-packages = {
@ -45,5 +48,6 @@
manixPackage = null;
};
};
plugins.web-devicons.enable = false;
};
}