Skip to content

Commit 0266723

Browse files
aryan-rajoriarexfordessilfie
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent cd67db7 commit 0266723

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
@@ -788,7 +788,7 @@ require('lazy').setup({
788788
'hrsh7th/cmp-nvim-lsp',
789789
'hrsh7th/cmp-path',
790790
'hrsh7th/cmp-path',
791-
'htsh7th/cmp-nvim-lsp-signature-help',
791+
'hrsh7th/cmp-nvim-lsp-signature-help',
792792
},
793793
},
794794

0 commit comments

Comments
 (0)