Is it possible to use a different markdown render for the chat? #628
Answered
by
olimorris
Chrispycode
asked this question in
Q&A
-
Hi I had some issues with render-markdown.nvim and didn't like the default config so I switched to markview.nvim.
Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Jan 11, 2025
Replies: 2 comments 7 replies
-
Assuming that's how you set up markview.nvim, it should work out of the box. Presume CodeCompanion is working for you? |
Beta Was this translation helpful? Give feedback.
5 replies
-
This should work: {
"OXY2DEV/markview.nvim",
ft = { "markdown", "codecompanion" },
opts = {
filetypes = { "markdown", "codecompanion" },
buf_ignore = {},
},
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
olimorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work: