fix(nvim): properly lazy load neorg

This commit is contained in:
Price Hiller 2023-09-16 15:18:35 -05:00
parent f02534c994
commit 3a11699976
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers", -- This is the important bit!
cmd = { "Neorg" },
event = { "FileType" },
event = { "WinEnter" },
dependencies = {
{ "nvim-treesitter/nvim-treesitter" },
},