⬆️ 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 {
|
return {
|
||||||
"hinell/lsp-timeout.nvim",
|
"zeioth/garbage-day.nvim",
|
||||||
event = "LspAttach",
|
event = "LspAttach",
|
||||||
dependencies = { "neovim/nvim-lspconfig" },
|
opts = {
|
||||||
init = function()
|
grace_period = 60 * 10,
|
||||||
vim.g["lsp-timeout-config"] = {
|
},
|
||||||
startTimeout = 1000 * 1, -- ms before restart
|
|
||||||
}
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue