From 78b8e470801c5b8c61b1664f5be729be36279c58 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 13 Apr 2025 03:57:11 -0700 Subject: [PATCH] fix lspconfig --- lua/plugins/lspconfig.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 6c65ca8..1808df8 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -76,15 +76,15 @@ return { else vim.lsp.enable(lsp) -- vim.lsp.config(lsp, { - -- handlers = { - -- UNNSUUPPORTED - -- ["textDocument/signatureHelp"] = vim.lsp.with( - -- vim.lsp.handlers.signature_help, - -- { border = border } - -- ), - -- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border }), - }, - }) + -- handlers = { + -- UNNSUUPPORTED + -- ["textDocument/signatureHelp"] = vim.lsp.with( + -- vim.lsp.handlers.signature_help, + -- { border = border } + -- ), + -- ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = border }), + -- }, + -- }) end end end,