minor: fix dependency for neorg

This commit is contained in:
Fabrice Mouhartem 2023-12-25 11:40:13 +01:00
parent 2586b6ff87
commit f6b485d0a6
1 changed files with 1 additions and 0 deletions

View File

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