1
0
Fork 0
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:
Henrik Hautakoski 2024-11-22 10:06:01 +01:00
parent 16dff0051b
commit d84c8bb18b

View file

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