1
Fork 0

Updated neorg module names

This commit is contained in:
Matei Adriel 2023-05-10 03:57:27 +02:00
parent ec269ad83e
commit d51e8b1f97
No known key found for this signature in database

View file

@ -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",