changeset 557:bb1e1f4320d5

Add signature help completion
author zegervdv <zegervdv@me.com>
date Wed, 09 Feb 2022 17:16:57 +0100
parents 8068fbfa794c
children 3ac8dac65b1b
files .chezmoitemplates/init.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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' },