-
Notifications
You must be signed in to change notification settings - Fork 19
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
Conversation
There was a problem hiding this 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?
6d12b54
to
af49e38
Compare
Your right, it's fixed |
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 }, |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
squashme! sqaushme!
af49e38
to
369fdc2
Compare
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.