feat: make the language server request timeout a configurable option

This commit is contained in:
CJ van den Berg 2024-10-31 18:08:12 +01:00
parent 2ae89a14fd
commit fa23096f85
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 5 additions and 2 deletions

View file

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