Skip to content

Commit 62c176c

Browse files
aryan-rajoriajimmielyon
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent ad0d301 commit 62c176c

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
@@ -795,7 +795,7 @@ require('lazy').setup({
795795
'hrsh7th/cmp-nvim-lsp',
796796
'hrsh7th/cmp-path',
797797
'hrsh7th/cmp-path',
798-
'htsh7th/cmp-nvim-lsp-signature-help',
798+
'hrsh7th/cmp-nvim-lsp-signature-help',
799799
},
800800
config = function()
801801
-- See `:help cmp`

0 commit comments

Comments
 (0)