aboutsummaryrefslogtreecommitdiffstats
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
parentfeat: add TSConfigInfo to display current config (diff)
downloadnvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar.gz
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar.bz2
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar.lz
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar.xz
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.tar.zst
nvim-treesitter-04ff77442ac6fc808724df86641e8ee07d30379d.zip
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 246530a4a..38abfc9c7 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