refactor(nvim): disable indent mode for orgmode.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s
This commit is contained in:
parent
89f61b2f4e
commit
15fce9a248
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user