Skip to content

Commit 410acfa

Browse files
aryan-rajoriaandreacanton
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent c0f01dd commit 410acfa

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
@@ -801,7 +801,7 @@ require('lazy').setup({
801801
'hrsh7th/cmp-nvim-lsp',
802802
'hrsh7th/cmp-path',
803803
'hrsh7th/cmp-path',
804-
'htsh7th/cmp-nvim-lsp-signature-help',
804+
'hrsh7th/cmp-nvim-lsp-signature-help',
805805
},
806806
config = function()
807807
-- See `:help cmp`

0 commit comments

Comments
 (0)