mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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(
|
||||
"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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue