fix(format): typo timeout -> timeout_ms

This commit is contained in:
Folke Lemaitre 2023-01-13 22:47:47 +01:00
parent 40d363cf3f
commit f9de5d0e8a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -24,7 +24,7 @@ return {
-- but can be also overriden when specified -- but can be also overriden when specified
format = { format = {
formatting_options = nil, formatting_options = nil,
timeout = nil, timeout_ms = nil,
}, },
---@type lspconfig.options ---@type lspconfig.options
servers = { servers = {