fix lspconfig
This commit is contained in:
parent
dfab17ce27
commit
78b8e47080
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user