fix lspconfig

This commit is contained in:
sudacode 2025-04-13 03:57:11 -07:00
parent dfab17ce27
commit 78b8e47080

View File

@ -83,8 +83,8 @@ return {
-- { border = border }
-- ),
-- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border }),
},
})
-- },
-- })
end
end
end,