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 --- lua/conf/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf') diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index d70e0ac..d372aee 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -102,6 +102,7 @@ require('dep') { 'FelipeLema/cmp-async-path', -- path 'hrsh7th/cmp-nvim-lsp', -- lsp 'hrsh7th/cmp-nvim-lua', -- nvim lua api + 'hrsh7th/cmp-nvim-lsp-signature-help', -- completion information { 'doxnit/cmp-luasnip-choice', -- luasnip requires = 'L3MON4D3/LuaSnip', } @@ -122,7 +123,6 @@ require('dep') { branch = 'legacy' }, - { 'ray-x/lsp_signature.nvim' }, -- see information about the current function { 'dnlhc/glance.nvim' }, -- diagnostic info at a glance { 'aznhe21/actions-preview.nvim', -- codeactions requires = 'nvim-telescope/telescope.nvim' -- cgit v1.2.1