mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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
|
-- 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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue