We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6fe84 commit 7463ec3Copy full SHA for 7463ec3
build.lua
@@ -17,6 +17,8 @@ vim.schedule(function()
17
"plenary.nvim == 0.1.4",
18
})
19
20
+ package.loaded["neorg"] = nil
21
+
22
require("neorg").setup_after_build()
23
pcall(vim.cmd.Neorg, "sync-parsers")
24
end)
0 commit comments