mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/lang/markdown.lua: disable latex
This commit is contained in:
parent
16dff0051b
commit
d84c8bb18b
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
latex = { enabled = false },
|
||||||
code = {
|
code = {
|
||||||
style = 'normal',
|
style = 'normal',
|
||||||
min_width = 45,
|
min_width = 45,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue