Skip to content

Commit

Permalink
tests(windows): fix init-windows.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 7, 2024
1 parent 12a0492 commit 8bb0291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/resources/init-windows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ local luarocks_cpath = {
}
package.cpath = package.cpath .. ";" .. table.concat(luarocks_cpath, ";")

error(vim.inspect(require("rocks.config.internal").get_rocks_toml()))
vim.opt.runtimepath:append(
vim.fs.joinpath(vim.g.rocks_nvim.rocks_path, "lib", "luarocks", "rocks-5.1", "rocks.nvim", "*")
)

0 comments on commit 8bb0291

Please sign in to comment.