Skip to content

Commit

Permalink
fix(build.lua): install dependencies instead of the actual plugin its…
Browse files Browse the repository at this point in the history
…elf (prevent conflicts)
  • Loading branch information
vhyrro committed Mar 24, 2024
1 parent e9efddc commit da25527
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ assert(ok, "Unable to install neorg: required dependency `camspiers/luarocks` no

-- local version = require("neorg.core.config").version

luarocks.ensure({ "neorg dev" })
luarocks.ensure({
"nvim-nio ~> 1.7",
"lua-utils.nvim == 1.0.2",
})

0 comments on commit da25527

Please sign in to comment.