Skip to content

How to activate render markdown automatically #456

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

You must be logged in to vote

Hey @andtankian this is my setup with Lazy:

{
    "MeanderingProgrammer/render-markdown.nvim", -- Make Markdown buffers look beautiful
    ft = { "markdown", "codecompanion" },
    opts = {
      render_modes = true, -- Render in ALL modes
      sign = {
        enabled = false, -- Turn off in the status column
      },
    },
  },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andtankian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants