diff options
Diffstat (limited to 'lua/nvim-lsp-installer.lua')
| -rw-r--r-- | lua/nvim-lsp-installer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer.lua b/lua/nvim-lsp-installer.lua index 6d5233a3..3a7e8b2f 100644 --- a/lua/nvim-lsp-installer.lua +++ b/lua/nvim-lsp-installer.lua @@ -91,7 +91,7 @@ function M.install_sync(server_identifiers) if not vim.wait(60000 * 15, function() return #completed_servers >= #server_identifiers end, 100) then - raise_error("Timed out waiting for server(s) to complete installing.") + raise_error "Timed out waiting for server(s) to complete installing." end if #failed_servers > 0 then |
