From f9de5d0e8a1a8782c9b2cc07f6964f6192f36b29 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 13 Jan 2023 22:47:47 +0100 Subject: [PATCH] fix(format): typo timeout -> timeout_ms --- lua/lazyvim/plugins/lsp/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/lsp/init.lua b/lua/lazyvim/plugins/lsp/init.lua index 9eea8244..378d7709 100644 --- a/lua/lazyvim/plugins/lsp/init.lua +++ b/lua/lazyvim/plugins/lsp/init.lua @@ -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 = {