Skip to content

Commit f89591a

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

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
@@ -754,7 +754,7 @@ require('lazy').setup({
754754
'hrsh7th/cmp-nvim-lsp',
755755
'hrsh7th/cmp-path',
756756
'hrsh7th/cmp-path',
757-
'htsh7th/cmp-nvim-lsp-signature-help',
757+
'hrsh7th/cmp-nvim-lsp-signature-help',
758758
},
759759
config = function()
760760
-- See `:help cmp`

0 commit comments

Comments
 (0)