From a8535b2329a082c7f4e0b11b91b1792770425eaa Mon Sep 17 00:00:00 2001 From: Kyle Minshall Date: Thu, 8 Aug 2024 08:35:07 -0700 Subject: fix(install): correct arguments for `string.format` --- lua/nvim-treesitter/shell_command_selectors.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index a386226e3..89df8644b 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -307,6 +307,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision, vim.api.nvim_err_writeln( string.format( "Cannot install %s with git in an active git session. Exit the session and run ':TSInstall %s' manually", + project_name, project_name ) ) -- cgit v1.2.3-70-g09d2