diff options
| author | Aryan Rajoria <57455619+aryan-rajoria@users.noreply.github.com> | 2025-02-18 00:05:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 00:05:15 -0500 |
| commit | 777fe6c5e2c840d13bb68b5562f9d815c54874d9 (patch) | |
| tree | 07a9e1f15209579886728c2e9d5a62afacae5420 /nvim | |
| parent | e360bbfe47693978552e939b54e1ec4f6378bc17 (diff) | |
| download | dots-777fe6c5e2c840d13bb68b5562f9d815c54874d9.tar.gz | |
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index de34808..c8f2dc5 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -787,7 +787,7 @@ require('lazy').setup({ 'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-path', 'hrsh7th/cmp-path', - 'htsh7th/cmp-nvim-lsp-signature-help', + 'hrsh7th/cmp-nvim-lsp-signature-help', }, config = function() -- See `:help cmp` |