fix(treesitter): fixup for health

This commit is contained in:
Lewis Russell
2023-02-27 15:33:18 +00:00
committed by GitHub
parent 3f042854c8
commit f64098a2df
2 changed files with 11 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ function M.add(lang, opts)
M.register(lang, filetype or lang)
if vim._ts_has_language(lang) then
return true
return
end
if path == nil then