1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/lang/markdown.lua: disable latex

This commit is contained in:
Henrik Hautakoski 2024-11-22 10:06:01 +01:00
parent 16dff0051b
commit d84c8bb18b

View file

@ -20,6 +20,7 @@ return {
},
},
opts = {
latex = { enabled = false },
code = {
style = 'normal',
min_width = 45,