AutoYADM commit: 2025-01-20 19:15:03
This commit is contained in:
parent
16f289a39d
commit
222b1e8765
1 changed files with 16 additions and 11 deletions
|
@ -3,18 +3,23 @@ return {
|
||||||
"nvim-orgmode/orgmode",
|
"nvim-orgmode/orgmode",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
ft = { "org" },
|
ft = { "org" },
|
||||||
opts = {
|
opts = function()
|
||||||
org_agenda_files = "~/orgfiles/**/*",
|
require("nvim-treesitter.configs").setup({
|
||||||
org_default_notes_file = "~/orgfiles/refile.org",
|
ignore_install = { "org" },
|
||||||
org_startup_folded = "content",
|
})
|
||||||
win_split_mode = "auto",
|
return {
|
||||||
mappings = {
|
org_agenda_files = "~/orgfiles/**/*",
|
||||||
org = {
|
org_default_notes_file = "~/orgfiles/refile.org",
|
||||||
org_timestamp_down = "<C-a>",
|
org_startup_folded = "content",
|
||||||
org_timestamp_up = "<C-i>",
|
win_split_mode = "auto",
|
||||||
|
mappings = {
|
||||||
|
org = {
|
||||||
|
org_timestamp_down = "<C-a>",
|
||||||
|
org_timestamp_up = "<C-i>",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
},
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipsenkbeil/org-roam.nvim",
|
"chipsenkbeil/org-roam.nvim",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue