mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(format): typo timeout -> timeout_ms
This commit is contained in:
parent
40d363cf3f
commit
f9de5d0e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue