From 82703e86aeab16567aae4dac7704b6e8ba204734 Mon Sep 17 00:00:00 2001 From: rfletchr Date: Sun, 16 Feb 2025 17:54:33 +0000 Subject: [PATCH] feat: add basic function signature help --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 99c7c9cb..c1d56f8a 100644 --- a/init.lua +++ b/init.lua @@ -767,6 +767,8 @@ require('lazy').setup({ -- into multiple repos for maintenance purposes. 'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-path', + 'hrsh7th/cmp-path', + 'htsh7th/cmp-nvim-lsp-signature-help', }, config = function() -- See `:help cmp` @@ -843,6 +845,7 @@ require('lazy').setup({ { name = 'nvim_lsp' }, { name = 'luasnip' }, { name = 'path' }, + { name = 'nvin_lsp_signature_help' }, }, } end,