Skip to content

Commit

Permalink
enable method signiture display
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedBeard authored and CodedBeard committed Oct 7, 2024
1 parent 764d6d5 commit f1ce593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/kickstart/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ return {
-- into multiple repos for maintenance purposes.
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
'hrsh7th/cmp-nvim-lsp-signature-help',
},
config = function()
-- See `:help cmp`
Expand Down Expand Up @@ -110,6 +111,7 @@ return {
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
{ name = 'nvim_lsp_signature_help' },
},
}
end,
Expand Down

0 comments on commit f1ce593

Please sign in to comment.