mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
Use newline instead of space
This commit is contained in:
parent
2bbc1a2d59
commit
f652e1efed
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ function M.checkhealth()
|
||||||
print(out)
|
print(out)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
print([[
|
print([[
|
||||||
|
|
||||||
Legend: H[ighlight], L[ocals], F[olds], I[ndents]
|
Legend: H[ighlight], L[ocals], F[olds], I[ndents]
|
||||||
*) multiple parsers found, only one will be used
|
*) multiple parsers found, only one will be used
|
||||||
x) errors found in the query, try to run :TSUpdate {lang}]])
|
x) errors found in the query, try to run :TSUpdate {lang}]])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue