fix(nvim): properly lazy load neorg
This commit is contained in:
parent
f02534c994
commit
3a11699976
@ -3,7 +3,7 @@ return {
|
|||||||
"nvim-neorg/neorg",
|
"nvim-neorg/neorg",
|
||||||
build = ":Neorg sync-parsers", -- This is the important bit!
|
build = ":Neorg sync-parsers", -- This is the important bit!
|
||||||
cmd = { "Neorg" },
|
cmd = { "Neorg" },
|
||||||
event = { "FileType" },
|
event = { "WinEnter" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "nvim-treesitter/nvim-treesitter" },
|
{ "nvim-treesitter/nvim-treesitter" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user