refactor(nvim): do not use latex fragments

Nala already covers this use case
This commit is contained in:
Price Hiller 2024-01-23 11:48:51 -06:00
parent 7ac55be59c
commit 5b57951fef
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -39,7 +39,6 @@ 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",