Disable Neovim Latex rendering

This commit is contained in:
Fabio Scotto di Santolo
2025-08-19 11:53:56 +02:00
parent 0ed003b060
commit d1861de7cf

View File

@@ -25,13 +25,7 @@ require("render-markdown").setup({
right_pad = 10, right_pad = 10,
}, },
latex = { latex = {
enabled = true, enabled = false,
render_modes = false,
converter = "latex2text",
highlight = "RenderMarkdownMath",
position = "above",
top_pad = 0,
bottom_pad = 0,
}, },
link = { link = {
custom = { custom = {