diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/install.lua | 2 |
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 |
