Skip to content
Discussion options

You must be logged in to vote

Kind of, but depends on what is meant by "overview". Here is the part of source code that contains all built-in icon definitions.

To get this programmatically, there is list() to list all available icons for specific category and get() to get the data. For example, here is how to see all built-in LSP icons and their highlight group: =vim.tbl_map(function(name) return { name, MiniIcons.get('lsp', name) } end, MiniIcons.list('lsp')).

Note, that both 'file' or 'extension' categories use fallback to matched filetype which means that actual coverage in these categories is much larger.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.icons
2 participants