🐛 fix(nvim): typo on lsp-timeout

This commit is contained in:
Sergio Laín 2023-10-17 12:41:39 +02:00
parent 6d31fa8699
commit caa7df8b64
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -3,7 +3,7 @@ return {
"hinell/lsp-timeout.nvim", "hinell/lsp-timeout.nvim",
event = "BufRead", event = "BufRead",
dependencies = { "neovim/nvim-lspconfig" }, dependencies = { "neovim/nvim-lspconfig" },
enable = false, enabled = false,
init = function() init = function()
vim.g["lsp-timeout-config"] = { vim.g["lsp-timeout-config"] = {
startTimeout = 1000 * 1, -- ms before restart startTimeout = 1000 * 1, -- ms before restart