mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
show [treesitter] during install
This commit is contained in:
parent
402795997c
commit
04ff77442a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ local function reset_progress_counter()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function get_job_status()
|
local function get_job_status()
|
||||||
return "["..finished_commands.."/"..started_commands
|
return "[nvim-treesitter] ["..finished_commands.."/"..started_commands
|
||||||
..(failed_commands > 0 and ", failed: "..failed_commands or "").."]"
|
..(failed_commands > 0 and ", failed: "..failed_commands or "").."]"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue