Skip to content

Commit 7463ec3

Browse files
committed
fix: refresh lua cache upon succesful installation of dependencies
1 parent ab6fe84 commit 7463ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.lua

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ vim.schedule(function()
1717
"plenary.nvim == 0.1.4",
1818
})
1919

20+
package.loaded["neorg"] = nil
21+
2022
require("neorg").setup_after_build()
2123
pcall(vim.cmd.Neorg, "sync-parsers")
2224
end)

0 commit comments

Comments
 (0)