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

View File

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