From f6b485d0a63ea14e6e227fa5580944760e27673e Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 25 Dec 2023 11:40:13 +0100 Subject: [PATCH] minor: fix dependency for neorg --- lua/lazy-configure.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy-configure.lua b/lua/lazy-configure.lua index b6ec9d3..6704bf1 100644 --- a/lua/lazy-configure.lua +++ b/lua/lazy-configure.lua @@ -213,6 +213,7 @@ require('lazy').setup({ -- neorg { 'nvim-neorg/neorg', build = ':Neorg sync-parsers', + dependencies = { "nvim-lua/plenary.nvim" }, }, -- vim-speeddating 'tpope/vim-speeddating',