diff --git a/dotfiles/neovim/lua/my/plugins/neorg.lua b/dotfiles/neovim/lua/my/plugins/neorg.lua index 44bf4f2..a4ad892 100644 --- a/dotfiles/neovim/lua/my/plugins/neorg.lua +++ b/dotfiles/neovim/lua/my/plugins/neorg.lua @@ -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",