diff options
| author | kyazdani42 <yazdani.kiyan@protonmail.com> | 2020-10-24 10:55:09 +0200 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-10-24 15:11:01 +0200 |
| commit | 04ff77442ac6fc808724df86641e8ee07d30379d (patch) | |
| tree | 5bb115225229764f3f3cd1d9b818847e3168ab99 | |
| parent | feat: add TSConfigInfo to display current config (diff) | |
| download | nvim-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.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 |
