diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-04 14:44:48 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-04 14:44:48 +0800 |
| commit | ff9f9dcc162276bc59fdec29f78d244a6aca2cb1 (patch) | |
| tree | c77307915dcc682e0512a2def5a12c5336beb21e /lua/plugins.lua | |
| parent | c1ba7af97e984c8dc164a738e4c26709044aa6c0 (diff) | |
Add nvim-lspsignature
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
