🐛 fix(nvim): typo on lsp-timeout
This commit is contained in:
parent
6d31fa8699
commit
caa7df8b64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue