Skip to content

Commit 4d5b720

Browse files
aryan-rajoriaSantiago Restrepo
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 6ac7b2b commit 4d5b720

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
@@ -705,7 +705,7 @@ require('lazy').setup({
705705
'hrsh7th/cmp-nvim-lsp',
706706
'hrsh7th/cmp-path',
707707
'hrsh7th/cmp-path',
708-
'htsh7th/cmp-nvim-lsp-signature-help',
708+
'hrsh7th/cmp-nvim-lsp-signature-help',
709709
},
710710
config = function()
711711
-- See `:help cmp`

0 commit comments

Comments
 (0)