From 943f29a165ab2c86ecdc5e36dac4754a43f60335 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 30 Nov 2023 20:13:36 +0100 Subject: [PATCH] neorg tweaks --- lua/plugins/neorg.lua | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lua/plugins/neorg.lua b/lua/plugins/neorg.lua index e96d8cc..d4c0b9e 100644 --- a/lua/plugins/neorg.lua +++ b/lua/plugins/neorg.lua @@ -4,7 +4,10 @@ return { branch = 'main', dependencies = { 'nvim-lua/plenary.nvim', - 'nvim-neorg/neorg-telescope' + { + 'nvim-neorg/neorg-telescope', + branch = 'main' + } }, ft = 'norg', cmd = 'Neorg', @@ -12,13 +15,13 @@ return { require('neorg').setup { load = { ['core.defaults'] = {}, -- Loads default behaviour - ['core.export'] = {}, -- Loads default behaviour + ['core.export'] = {}, -- Loads default behaviour ['core.concealer'] = {}, -- Adds pretty icons to your documents ['core.completion'] = { config = { - engine = 'nvim-cmp'} - }, -- Adds pretty icons to your documents - ['core.dirman'] = { -- Manages Neorg workspaces + engine = 'nvim-cmp' } + }, -- Adds pretty icons to your documents + ['core.dirman'] = { -- Manages Neorg workspaces config = { workspaces = { notes = '~/notes',