mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
parent
4e371452e0
commit
fbf453a432
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue