fix: do not recommend removing bundled parsers

This commit is contained in:
Christian Clason 2023-02-26 00:21:41 +01:00
parent 8d2f9903f1
commit 4f8f4fe4c1

View file

@ -643,8 +643,7 @@ function M.uninstall(...)
vim.notify(
"Tried to uninstall parser for "
.. lang
.. "! But the parser is still installed (not by nvim-treesitter)."
.. " Please delete the following files manually: "
.. "! But the parser is still installed (not by nvim-treesitter):"
.. table.concat(all_parsers_after_deletion, ", "),
vim.log.levels.ERROR
)