From 003038b2a7f6229392a4ba0d41205e0fb11318d2 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 21 Oct 2021 09:12:31 +0530 Subject: [PATCH] rm : doc lines from signature.nvim popups --- lua/plugins/configs/others.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index b4c6d12..0705a86 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -87,7 +87,7 @@ M.signature = function() if present then lspsignature.setup { bind = true, - doc_lines = 2, + doc_lines = 0, floating_window = true, fix_pos = true, hint_enable = true,