Skip to content

Commit 9b64e69

Browse files
aryan-rajoriamendoza
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 36aa233 commit 9b64e69

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
@@ -792,7 +792,7 @@ require('lazy').setup({
792792
'hrsh7th/cmp-nvim-lsp',
793793
'hrsh7th/cmp-path',
794794
'hrsh7th/cmp-path',
795-
'htsh7th/cmp-nvim-lsp-signature-help',
795+
'hrsh7th/cmp-nvim-lsp-signature-help',
796796
},
797797
config = function()
798798
-- See `:help cmp`

0 commit comments

Comments
 (0)