Skip to content

Commit 7c49ba1

Browse files
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
1 parent 282cbb9 commit 7c49ba1

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
@@ -787,7 +787,7 @@ require('lazy').setup({
787787
'hrsh7th/cmp-nvim-lsp',
788788
'hrsh7th/cmp-path',
789789
'hrsh7th/cmp-path',
790-
'htsh7th/cmp-nvim-lsp-signature-help',
790+
'hrsh7th/cmp-nvim-lsp-signature-help',
791791
},
792792
config = function()
793793
-- See `:help cmp`

0 commit comments

Comments
 (0)