refactor(nvim): remove win borders for orgmode popups

This commit is contained in:
Price Hiller 2024-03-09 20:23:24 -06:00
parent 7ba1e82815
commit 419a860078
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -31,6 +31,7 @@ return {
calendar_week_start_day = 0, calendar_week_start_day = 0,
org_agenda_span = "month", org_agenda_span = "month",
org_startup_folded = "inherit", org_startup_folded = "inherit",
win_border = 'none',
org_hide_emphasis_markers = true, org_hide_emphasis_markers = true,
org_startup_indented = true, org_startup_indented = true,
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" }, org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },