all repos

init.lua @ 257a66f46c3a3789e03820d72de2f4a17d16b4f6

my nvim config
1 files changed, 1 insertions(+), 6 deletions(-)
feat(org): once again i update it
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-04-14 00:35:15 +0300
Parent: d2bf529
M lua/plugins/orgmode.lua

@@ -64,11 +64,6 @@ description = "Note",

template = "%?", target = "%<%Y%m%d%H%M%S>-%[slug].org", }, - w = { - description = "Weekly", - template = h.weekly_template, - target = "%r/weekly/%<%Y %V>.org", - }, d = { description = "Daily", template = h.daily_template,

@@ -107,7 +102,7 @@ -- stylua: ignore

org_todo_keywords = { "TODO(t)", "INB", "DOING(p)" , "|", "DONE(d)", "KILL(k)",}, org_hide_emphasis_markers = true, org_startup_indented = true, - org_startup_folded = "overview", + org_startup_folded = "content", org_ellipsis = "\t\t[ยทยทยท]", org_priority_highest = "A", org_priority_lowest = "D",