From d51e8b1f97e0871d707b5a985bbd305d690d306a Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Wed, 10 May 2023 03:57:27 +0200 Subject: [PATCH] Updated neorg module names --- dotfiles/neovim/lua/my/plugins/neorg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",