How to activate render markdown automatically #456
Answered
by
olimorris
andtankian
asked this question in
Q&A
-
It seems in your examples that you use render-markdown. |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Nov 19, 2024
Replies: 1 comment
-
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.
0 replies
Answer selected by
andtankian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @andtankian this is my setup with Lazy: