fix: increase default language server request timeout to 10 seconds

This commit is contained in:
CJ van den Berg 2024-10-31 18:12:05 +01:00
parent fa23096f85
commit 05f5650456
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -24,4 +24,4 @@ tab_width: usize = 8,
top_bar: []const u8 = "",
bottom_bar: []const u8 = "mode file log selection diagnostics linenumber",
lsp_request_timeout: usize = 3,
lsp_request_timeout: usize = 10,