refactor(nvim): remove win borders for orgmode popups
This commit is contained in:
parent
7ba1e82815
commit
419a860078
@ -31,6 +31,7 @@ return {
|
||||
calendar_week_start_day = 0,
|
||||
org_agenda_span = "month",
|
||||
org_startup_folded = "inherit",
|
||||
win_border = 'none',
|
||||
org_hide_emphasis_markers = true,
|
||||
org_startup_indented = true,
|
||||
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
|
||||
|
Loading…
Reference in New Issue
Block a user