Disable Neovim Latex rendering
This commit is contained in:
@@ -25,13 +25,7 @@ require("render-markdown").setup({
|
||||
right_pad = 10,
|
||||
},
|
||||
latex = {
|
||||
enabled = true,
|
||||
render_modes = false,
|
||||
converter = "latex2text",
|
||||
highlight = "RenderMarkdownMath",
|
||||
position = "above",
|
||||
top_pad = 0,
|
||||
bottom_pad = 0,
|
||||
enabled = false,
|
||||
},
|
||||
link = {
|
||||
custom = {
|
||||
|
||||
Reference in New Issue
Block a user