mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix: do not recommend removing bundled parsers
This commit is contained in:
parent
8d2f9903f1
commit
4f8f4fe4c1
1 changed files with 1 additions and 2 deletions
|
|
@ -643,8 +643,7 @@ function M.uninstall(...)
|
||||||
vim.notify(
|
vim.notify(
|
||||||
"Tried to uninstall parser for "
|
"Tried to uninstall parser for "
|
||||||
.. lang
|
.. lang
|
||||||
.. "! But the parser is still installed (not by nvim-treesitter)."
|
.. "! But the parser is still installed (not by nvim-treesitter):"
|
||||||
.. " Please delete the following files manually: "
|
|
||||||
.. table.concat(all_parsers_after_deletion, ", "),
|
.. table.concat(all_parsers_after_deletion, ", "),
|
||||||
vim.log.levels.ERROR
|
vim.log.levels.ERROR
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue