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.integrations.telescope"] = {},
-- {{{ Completions
["core.norg.completion"] = {
["core.completion"] = {
config = {
engine = "nvim-cmp",
},
},
-- }}}
-- {{{ Dirman
["core.norg.dirman"] = { -- Manages Neorg workspaces
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "~/Neorg",