From 0907ca1f645be4f487d68294966cf1b1539005a0 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Fri, 24 Nov 2023 16:48:52 +0100 Subject: [PATCH] ref(installer): set up a luarocks installation for the user by default --- installer.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index de3d56a6..70ff317c 100644 --- a/installer.lua +++ b/installer.lua @@ -114,7 +114,8 @@ Once you start editing a value, you may exit it by pressing Enter or by clicking Rocks installation path: [install_path:50:{{vim.fs.joinpath(vim.fn.stdpath('data'), "rocks")}}] -Should rocks.nvim set up luarocks?: [setup_luarocks:5:{{vim.fn.executable('luarocks') == 0}}] +Should rocks.nvim set up luarocks?: [setup_luarocks:5:{{true}}] +It is highly recommended that you allow rocks.nvim to set up luarocks for you. < OK > ]],