mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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 = {
|
||||
latex = { enabled = false },
|
||||
code = {
|
||||
style = 'normal',
|
||||
min_width = 45,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue