diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/shell_command_selectors.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index 59c96581c..c9f774df0 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -175,9 +175,6 @@ function M.select_download_commands(repo, project_name, cache_folder, revision) else local git_folder = utils.join_path(cache_folder, project_name) local clone_error = 'Error during download, please verify your internet connection' - if is_windows then - clone_error = clone_error .. ". If on Windows you may need to enable Developer mode" - end return { { |
