Updated neorg module names
This commit is contained in:
parent
ec269ad83e
commit
d51e8b1f97
|
@ -10,14 +10,14 @@ local M = {
|
||||||
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
||||||
["core.integrations.telescope"] = {},
|
["core.integrations.telescope"] = {},
|
||||||
-- {{{ Completions
|
-- {{{ Completions
|
||||||
["core.norg.completion"] = {
|
["core.completion"] = {
|
||||||
config = {
|
config = {
|
||||||
engine = "nvim-cmp",
|
engine = "nvim-cmp",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- }}}
|
-- }}}
|
||||||
-- {{{ Dirman
|
-- {{{ Dirman
|
||||||
["core.norg.dirman"] = { -- Manages Neorg workspaces
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
notes = "~/Neorg",
|
notes = "~/Neorg",
|
||||||
|
|
Loading…
Reference in a new issue