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',