···55 -- Set up configuration options related to rocks.nvim (recommended to leave as default)
66 local rocks_config = {
77 rocks_path = vim.fs.normalize(install_location),
88+ -- NOTE: don't know why but rocks.nvim in macos can't set the correct value to
99+ -- `luarocks_binary` so set it manually.
1010+ luarocks_binary = "luarocks",
811 }
912 if vim.fn.has('mac') == 1 then
1013 rocks_config.luarocks_config = {