Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(filetypes.lua): Added back no provider option #262

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

LuisFerTorres
Copy link
Contributor

In v24 he wad the option to set (now deprecated) icons to '' to ignore icons; adding back after refactor.

Hi, this is one of my first real PRs, I noted that we did not get the icons = '' option with v25 (thanks a lot) to disable icons in code blocks / sign column , tested quickly, seems to work fine.

Screenshot 2025-01-25 at 20 22 18

In v24 he wad the option to set (now deprecated) `icons` to `''` to ignore icons; adding back after refactor
@LuisFerTorres
Copy link
Contributor Author

Sorry, forgot to add that I only had to do this in my setup:

local opts = {}

opts.preview = {
	icon_provider = '',
}

require'markview'.setup(opts)

@OXY2DEV OXY2DEV merged commit a41e249 into OXY2DEV:main Jan 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants