# HG changeset patch # User zegervdv # Date 1644423417 -3600 # Node ID bb1e1f4320d51a35424e7fc4dff88d82bffe69fd # Parent 8068fbfa794cb1d4d0ff5d66dade7436da0642f4 Add signature help completion diff -r 8068fbfa794c -r bb1e1f4320d5 .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Wed Feb 09 16:59:09 2022 +0100 +++ b/.chezmoitemplates/init.lua Wed Feb 09 17:16:57 2022 +0100 @@ -284,6 +284,7 @@ 'saadparwaiz1/cmp_luasnip', 'hrsh7th/cmp-path', 'hrsh7th/cmp-cmdline', + 'hrsh7th/cmp-nvim-lsp-signature-help', }, config = function() local cmp = require 'cmp' @@ -339,6 +340,7 @@ }, sources = { { name = 'nvim_lsp' }, + { name = 'nvim_lsp_signature_help' }, { name = 'buffer', keyword_length = 5 }, { name = 'luasnip' }, { name = 'path' },