From f699849985829007030cca3ec08cb70be910dbf3 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Mon, 20 Nov 2023 20:40:54 +0100 Subject: [PATCH] fix(installer): install rocks.nvim instead of neorg (was used for testing) --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index ff16b736..f179adcd 100644 --- a/installer.lua +++ b/installer.lua @@ -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!")