From ff9f9dcc162276bc59fdec29f78d244a6aca2cb1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 4 Jul 2021 14:44:48 +0800 Subject: Add nvim-lspsignature --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 6163784..0b1febd 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -17,6 +17,8 @@ require('packer').startup( -- nvim-lsp configuration use 'neovim/nvim-lspconfig' + use 'ray-x/lsp_signature.nvim' + -- auto-completion engine use 'hrsh7th/nvim-compe' -- cgit v1.2.3