Skip to content

Commit

Permalink
fix: refresh lua cache upon succesful installation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent 6ea1eff commit f1473cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ vim.schedule(function()
"plenary.nvim == 0.1.4",
})

package.loaded["neorg"] = nil

require("neorg").setup_after_build()
pcall(vim.cmd.Neorg, "sync-parsers")
end)

0 comments on commit f1473cf

Please sign in to comment.