Skip to content

Commit fd9ca2b

Browse files
aryan-rajoriaCamilleMo
authored andcommitted
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent cf40ed9 commit fd9ca2b

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
@@ -797,7 +797,7 @@ require('lazy').setup({
797797
'hrsh7th/cmp-nvim-lsp',
798798
'hrsh7th/cmp-path',
799799
'hrsh7th/cmp-path',
800-
'htsh7th/cmp-nvim-lsp-signature-help',
800+
'hrsh7th/cmp-nvim-lsp-signature-help',
801801
},
802802
config = function()
803803
-- See `:help cmp`

0 commit comments

Comments
 (0)