Skip to content

Commit b154747

Browse files
aryan-rajoriamonk3yd
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 3d20d17 commit b154747

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
@@ -866,7 +866,7 @@ require('lazy').setup({
866866
'hrsh7th/cmp-nvim-lsp',
867867
'hrsh7th/cmp-path',
868868
'hrsh7th/cmp-path',
869-
'htsh7th/cmp-nvim-lsp-signature-help',
869+
'hrsh7th/cmp-nvim-lsp-signature-help',
870870
},
871871
config = function()
872872
-- See `:help cmp`

0 commit comments

Comments
 (0)