refactor(nvim): highlight Orgmode latex fragements

This commit is contained in:
Price Hiller 2024-01-21 01:34:44 -06:00
parent 31d61b0c12
commit ae41262e39
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -38,6 +38,7 @@ return {
org_agenda_start_day = "-1d",
calendar_week_start_day = 0,
org_agenda_span = "month",
org_highlight_latex_and_related = "entities",
org_startup_folded = "inherit",
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",