mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-21 03:45:42 +02:00
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
This commit is contained in:
parent
282cbb9c82
commit
7c49ba1cb7
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -787,7 +787,7 @@ require('lazy').setup({
|
|||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-path',
|
||||
'htsh7th/cmp-nvim-lsp-signature-help',
|
||||
'hrsh7th/cmp-nvim-lsp-signature-help',
|
||||
},
|
||||
config = function()
|
||||
-- See `:help cmp`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue