From 4f8f4fe4c13939093e070da077698796a034fd7f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 26 Feb 2023 00:21:41 +0100 Subject: fix: do not recommend removing bundled parsers --- lua/nvim-treesitter/install.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index a82da7885..ba8cada87 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -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 ) -- cgit v1.2.3-70-g09d2