Skip to content

Commit

Permalink
ref(installer): set up a luarocks installation for the user by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 24, 2023
1 parent 5dff4ba commit 0907ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 >
]],
Expand Down

0 comments on commit 0907ca1

Please sign in to comment.