⬆️ deps(nvim): changed lsp-timeout for garbage day plugin

This commit is contained in:
Sergio Laín 2023-11-16 23:49:50 +01:00
parent 3adb2e39d7
commit 9f6a1dd490
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,10 +1,7 @@
return {
"hinell/lsp-timeout.nvim",
"zeioth/garbage-day.nvim",
event = "LspAttach",
dependencies = { "neovim/nvim-lspconfig" },
init = function()
vim.g["lsp-timeout-config"] = {
startTimeout = 1000 * 1, -- ms before restart
}
end,
opts = {
grace_period = 60 * 10,
},
}