From 42d247dc6270d5bb9503fcffe436879dc89321d7 Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 7 Mar 2024 14:07:37 +0100 Subject: [PATCH] Disable lsp_signature --- lua/plugins.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 6792c73..63ef960 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -423,10 +423,10 @@ local plugins = { stages = "static", } }, - { - "ray-x/lsp_signature.nvim", - event = "VeryLazy", - }, + -- { + -- "ray-x/lsp_signature.nvim", + -- event = "VeryLazy", + -- }, { 'smoka7/hop.nvim', version = "*",