Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 594f777

Browse files
aryan-rajoriar0xsh
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
1 parent a51f243 commit 594f777

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
@@ -778,7 +778,7 @@ require('lazy').setup({
778778
'hrsh7th/cmp-nvim-lsp',
779779
'hrsh7th/cmp-path',
780780
'hrsh7th/cmp-path',
781-
'htsh7th/cmp-nvim-lsp-signature-help',
781+
'hrsh7th/cmp-nvim-lsp-signature-help',
782782
},
783783
config = function()
784784
-- See `:help cmp`

0 commit comments

Comments
 (0)