diff options
| -rw-r--r-- | lua/nvim-treesitter/health.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index 917a8a65c..e308889c4 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -128,7 +128,7 @@ function M.check() table.insert(error_collection, { parser_name, query_group, err }) end end - table.insert(parser_installation, out) + table.insert(parser_installation, vim.fn.trim(out, " ", 2)) end end local legend = [[ |
