⬆️ deps(nvim): changed lsp-timeout for garbage day plugin
This commit is contained in:
parent
3adb2e39d7
commit
9f6a1dd490
1 changed files with 4 additions and 7 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue