mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -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 })
|
table.insert(error_collection, { parser_name, query_group, err })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
table.insert(parser_installation, out)
|
table.insert(parser_installation, vim.fn.trim(out, " ", 2))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local legend = [[
|
local legend = [[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue