Skip to content

Commit 31d7b98

Browse files
aryan-rajoriabeammedown
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 66b3c35 commit 31d7b98

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
@@ -810,7 +810,7 @@ require('lazy').setup({
810810
'hrsh7th/cmp-nvim-lsp',
811811
'hrsh7th/cmp-path',
812812
'hrsh7th/cmp-path',
813-
'htsh7th/cmp-nvim-lsp-signature-help',
813+
'hrsh7th/cmp-nvim-lsp-signature-help',
814814
},
815815
config = function()
816816
-- See `:help cmp`

0 commit comments

Comments
 (0)