refactor(nvim): replace org NEXT
with WAIT
This commit is contained in:
parent
f724ead4cc
commit
5990963264
@ -34,7 +34,7 @@ return {
|
||||
org_hide_emphasis_markers = true,
|
||||
org_startup_indented = false,
|
||||
org_adapt_indentation = false,
|
||||
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
|
||||
org_todo_keywords = { "TODO(t)", "WAIT(n)", "|", "DONE(d)", "CANCELLED(c)" },
|
||||
win_split_mode = "auto",
|
||||
org_capture_templates = {
|
||||
t = {
|
||||
|
Loading…
Reference in New Issue
Block a user