refactor(nvim): disable indent mode for orgmode.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s

This commit is contained in:
Price Hiller 2024-05-12 11:29:55 -05:00
parent 89f61b2f4e
commit 15fce9a248
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -32,7 +32,8 @@ return {
org_startup_folded = "inherit",
win_border = "none",
org_hide_emphasis_markers = true,
org_startup_indented = true,
org_startup_indented = false,
org_adapt_indentation = false,
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",
org_capture_templates = {