Skip to content

Commit 6c38c2c

Browse files
aryan-rajoriaaudunhov
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 63862b4 commit 6c38c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ require('lazy').setup({
704704
'hrsh7th/cmp-nvim-lsp',
705705
'hrsh7th/cmp-path',
706706
'hrsh7th/cmp-path',
707-
'htsh7th/cmp-nvim-lsp-signature-help',
707+
'hrsh7th/cmp-nvim-lsp-signature-help',
708708
},
709709
config = function()
710710
-- See `:help cmp`

0 commit comments

Comments
 (0)