nvim: orgmode rocks

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent 022c795ab8
commit acbf132b52
2 changed files with 2 additions and 1 deletions

View File

@ -25,5 +25,6 @@ cmp.setup({
{ name = "nvim_lsp" },
{ name = "buffer" },
{ name = "vsnip" },
{ name = "orgmode" },
},
})

View File

@ -2,5 +2,5 @@ require("orgmode").setup_ts_grammar()
require("orgmode").setup({
org_agenda_files = { "~/docs/org/*" },
org_default_notes_file = "~/docs/org/refile.org",
org_default_notes_file = "~/docs/org/main.org",
})