Skip to content

Commit 8d45c98

Browse files
author
Ted Leahy
committed
Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
1 parent 262529d commit 8d45c98

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
@@ -787,7 +787,7 @@ require('lazy').setup({
787787
'hrsh7th/cmp-nvim-lsp',
788788
'hrsh7th/cmp-path',
789789
'hrsh7th/cmp-path',
790-
'htsh7th/cmp-nvim-lsp-signature-help',
790+
'hrsh7th/cmp-nvim-lsp-signature-help',
791791
},
792792
config = function()
793793
-- See `:help cmp`

0 commit comments

Comments
 (0)