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

feat(plugins): render-markdown.nvim support #149

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

A-Lamia
Copy link
Contributor

@A-Lamia A-Lamia commented Oct 10, 2024

adds support for render-markdown.nvim this is an initial support may stay as is or some changes may be made later depending on how i feel with home things look.

Copy link
Member

@mehalter mehalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should a lot of these just link to the treesitter highlight groups?

@A-Lamia
Copy link
Contributor Author

A-Lamia commented Oct 10, 2024

Your right, it's fixed

Comment on lines 44 to 49
RenderMarkdownCode = { bg = c.ui.tool },
RenderMarkdownCodeInline = { fg = c.syntax.red },
RenderMarkDownBullet = { fg = c.ui.orange, bold = true },
RenderMarkdownChecked = { fg = c.ui.cyan, bold = true },
RenderMarkdownUnchecked = { fg = c.ui.blue, bold = true },
RenderMarkdownTodo = { fg = c.ui.green, bold = true },
RenderMarkDownLink = { fg = c.ui.blue, bold = true },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these as well @A-Lamia ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did those and i checked and i did change them but i added the whole file so I'm insane or something bugged lol.

@mehalter mehalter merged commit ad44453 into main Oct 10, 2024
9 of 12 checks passed
@mehalter mehalter deleted the render-markdown branch October 10, 2024 15:27
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