How to activate render markdown automatically #456
-
|
It seems in your examples that you use render-markdown. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
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
},
},
},
|
Beta Was this translation helpful? Give feedback.
-
|
If someone else stumbles upon the same problem: |
Beta Was this translation helpful? Give feedback.

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 }, }, },