fix(nvim): remove lsp signature completely

stylix
Moritz Böhme 2023-10-27 09:00:36 +02:00
parent 02d9e30ce7
commit 70a01fd0a4
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 0 additions and 7 deletions

View File

@ -106,13 +106,6 @@ local on_attach_def = function(client, bufnr)
vim.lsp.inlay_hint(bufnr, true) vim.lsp.inlay_hint(bufnr, true)
end, timeout) end, timeout)
end end
require("lsp_signature").on_attach({
bind = true, -- This is mandatory, otherwise border config won't get registered.
handler_opts = {
border = "rounded",
},
}, bufnr)
end end
local lspconfig_default_options = { local lspconfig_default_options = {