fix(nvim): properly lazy load neorg
This commit is contained in:
parent
f02534c994
commit
3a11699976
@ -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" },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user