AutoYADM commit: 2025-01-15 19:35:06
This commit is contained in:
parent
d02cc51e19
commit
27dd176c02
3 changed files with 47 additions and 34 deletions
|
@ -14,6 +14,10 @@ return {
|
|||
default = { "lsp", "snippets", "path", "lazydev", "buffer" },
|
||||
providers = {
|
||||
-- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
|
||||
orgmode = {
|
||||
name = "Orgmode",
|
||||
module = "orgmode.org.autocompletion.blink",
|
||||
},
|
||||
},
|
||||
},
|
||||
appearance = {
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"nvim-orgmode/orgmode",
|
||||
event = "VeryLazy",
|
||||
ft = { "org" },
|
||||
opts = {
|
||||
org_agenda_files = "~/orgfiles/**/*",
|
||||
org_default_notes_file = "~/orgfiles/refile.org",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue