You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use a symbols.icon_fetcher function to override icons specifically for markdown filetypes.
symbols= {
icon_fetcher=function(kind, buf)
localft=vim.api.nvim_buf_get_option(buf, "ft")
ifft=='markdown' andk=='String' thenreturn""endreturnfalse-- Fall back to `symbols.icon` table, or `icon_source`end,
icon_source="lspkind",
}
In this example I have disabled icons entirely, for markdown filetypes.
May I ask if there is a way to customize icons for
markdown
headers?The following is what outline.nvim is showing:
The text was updated successfully, but these errors were encountered: