Skip to content

Commit 9fc7529

Browse files
committed
perf(nvim): add lsp timeout
1 parent 5e0ebd7 commit 9fc7529

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.config/nvim/lua/plugins/0_lsp.lua

+5
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,9 @@ return {
100100
cmd = { "TSC" },
101101
opts = {},
102102
},
103+
104+
{
105+
"hinell/lsp-timeout.nvim",
106+
dependencies = { "neovim/nvim-lspconfig" },
107+
},
103108
}

0 commit comments

Comments
 (0)