From dec8d0cb14859fd24c8724ed497ef4048fa23409 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 31 Mar 2024 12:31:20 -0400 Subject: replace lsp_signature with better alternative --- after/plugin/cmp.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'after/plugin/cmp.lua') diff --git a/after/plugin/cmp.lua b/after/plugin/cmp.lua index f5e1d95..92dbd90 100644 --- a/after/plugin/cmp.lua +++ b/after/plugin/cmp.lua @@ -24,6 +24,7 @@ cmp.setup { { name = 'neorg' }, { name = 'calc' }, { name = 'cmdline' }, + { name = 'nvim_lsp_signature_help' } }), window = { -- cgit v1.2.1