From caa7df8b64afdce153f54a8099255f6a9089d652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 17 Oct 2023 12:41:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20typo=20on=20lsp-tim?= =?UTF-8?q?eout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/lsp-timeout.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/lsp-timeout.lua b/.config/nvim/lua/plugins/lsp-timeout.lua index e7e31195..b742a30b 100644 --- a/.config/nvim/lua/plugins/lsp-timeout.lua +++ b/.config/nvim/lua/plugins/lsp-timeout.lua @@ -3,7 +3,7 @@ return { "hinell/lsp-timeout.nvim", event = "BufRead", dependencies = { "neovim/nvim-lspconfig" }, - enable = false, + enabled = false, init = function() vim.g["lsp-timeout-config"] = { startTimeout = 1000 * 1, -- ms before restart