Skip to content

Is it possible to use a different markdown render for the chat? #628

Answered by olimorris
Chrispycode asked this question in Q&A
Discussion options

You must be logged in to vote

This should work:

{
  "OXY2DEV/markview.nvim",
  ft = { "markdown", "codecompanion" },
  opts = {
    filetypes = { "markdown", "codecompanion" },
    buf_ignore = {},
  },
},

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@Chrispycode
Comment options

@olimorris
Comment options

@Chrispycode
Comment options

@olimorris
Comment options

@Chrispycode
Comment options

Comment options

You must be logged in to vote
2 replies
@mathjiajia
Comment options

@olimorris
Comment options

Answer selected by olimorris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants