From 9ee56ce229282343bbd8a4363fe6a66d605d0677 Mon Sep 17 00:00:00 2001 From: curtain Date: Tue, 7 Sep 2021 10:32:51 +0800 Subject: [PATCH] use_lspsaga deprecated, see lsp_signature upstream commit --- lua/plugins/configs/others.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index b2594bb..735fb39 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -118,7 +118,6 @@ M.signature = function() hint_enable = true, hint_prefix = " ", hint_scheme = "String", - use_lspsaga = false, hi_parameter = "Search", max_height = 22, max_width = 120, -- max_width of signature floating_window, line will be wrapped if exceed max_width