fix lspconfig

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

View File

@ -76,15 +76,15 @@ return {
else else
vim.lsp.enable(lsp) vim.lsp.enable(lsp)
-- vim.lsp.config(lsp, { -- vim.lsp.config(lsp, {
-- handlers = { -- handlers = {
-- UNNSUUPPORTED -- UNNSUUPPORTED
-- ["textDocument/signatureHelp"] = vim.lsp.with( -- ["textDocument/signatureHelp"] = vim.lsp.with(
-- vim.lsp.handlers.signature_help, -- vim.lsp.handlers.signature_help,
-- { border = border } -- { border = border }
-- ), -- ),
-- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border }), -- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border }),
}, -- },
}) -- })
end end
end end
end, end,