Skip to content

Commit

Permalink
revert 'fix: perform setup after the parsers have been installed'
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent af1e06c commit ceaf82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ vim.schedule(function()

package.loaded["neorg"] = nil

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

0 comments on commit ceaf82c

Please sign in to comment.