diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/install.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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 ) |
