feat: make the language server request timeout a configurable option
This commit is contained in:
parent
2ae89a14fd
commit
fa23096f85
3 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue