Skip to content

Commit

Permalink
fix(installer): add extra message when cloning the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 28, 2023
1 parent 13d4592 commit 6702616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ local function set_up_luarocks(install_path)
---@diagnostic disable-next-line: param-type-mismatch
local tempdir = vim.fs.joinpath(vim.fn.stdpath("run"), "luarocks")

vim.notify("Downloading luarocks...")

local sc = vim.system({
"git",
"clone",
Expand Down

0 comments on commit 6702616

Please sign in to comment.