From f7338eef0747ecbd64b65668695036e7440d9fda Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 15 Jul 2025 23:26:42 +0200 Subject: [PATCH] =?UTF-8?q?feat(helps):=20remove=20lsp-signatures=20as=20i?= =?UTF-8?q?t=E2=80=99s=20now=20redundant=20with=20blink.nvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins-configure.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lua/plugins-configure.lua b/lua/plugins-configure.lua index 4980471..c96d058 100644 --- a/lua/plugins-configure.lua +++ b/lua/plugins-configure.lua @@ -34,18 +34,6 @@ require('lazy').setup({ { 'j-hui/fidget.nvim', opts = {} }, }, }, - -- LSP-signature - { - "ray-x/lsp_signature.nvim", - event = "InsertEnter", - opts = { - bind = true, - handler_opts = { - border = "rounded" - } - }, - config = function(_, opts) require 'lsp_signature'.setup(opts) end - }, -- DAP: Debug Adapter Protocol 'mfussenegger/nvim-dap',