mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02: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
Add a link
Reference in a new issue