Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(installer): install rocks.nvim instead of neorg (was used for tes…
Browse files Browse the repository at this point in the history
…ting)
vhyrro committed Nov 20, 2023
1 parent 0b2e242 commit f699849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.lua
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@ local function install()
"--lua-version=5.1",
"--tree=" .. install_path,
"install",
"neorg", -- TODO: Change to rocks.nvim once we host that on luarocks
"rocks.nvim",
}):wait()

vim.print("Installation successful!")

0 comments on commit f699849

Please sign in to comment.