summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkyazdani42 <yazdani.kiyan@protonmail.com>2020-10-24 10:55:09 +0200
committerKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-10-24 15:11:01 +0200
commit04ff77442ac6fc808724df86641e8ee07d30379d (patch)
tree5bb115225229764f3f3cd1d9b818847e3168ab99
parent402795997c9e3ff8fea50e81dbbc4f0a70851c5a (diff)
show [treesitter] during install
-rw-r--r--lua/nvim-treesitter/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua
index 246530a4..38abfc9c 100644
--- a/lua/nvim-treesitter/install.lua
+++ b/lua/nvim-treesitter/install.lua
@@ -27,7 +27,7 @@ local function reset_progress_counter()
end
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 "").."]"
end