lsptimeout n stuff

This commit is contained in:
Christian Nieves
2023-11-08 13:01:41 -06:00
parent f818261be2
commit f129f0f93d
8 changed files with 132 additions and 17 deletions

View File

@ -22,6 +22,10 @@ return {
end,
dependencies = { "rafamadriz/friendly-snippets" },
},
{
"hinell/lsp-timeout.nvim",
dependencies = { "neovim/nvim-lspconfig" },
},
{
"neovim/nvim-lspconfig",
dependencies = deps,