about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 21:46:37 +0900
committersefidel <contact@sefidel.net>2022-02-26 21:46:37 +0900
commit19c7b373e1ad7d7a40901a34b354ff1d6623087d (patch)
tree83ee922ed2956c5b287b5bc30d5fc12ddca2da4d /fnl/nvrc/pack.fnl
parent7b0fe9c4eadd0f8333591c97bb8ba607e1fa33d7 (diff)
downloadnvimrc-19c7b373e1ad7d7a40901a34b354ff1d6623087d.tar.gz
nvimrc-19c7b373e1ad7d7a40901a34b354ff1d6623087d.zip
feat(pack): lsp_signature -> cmp-nvim-lsp-signature-help
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 282eaaf..8cd92b0 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -18,7 +18,7 @@
 (pack! :neovim/nvim-lspconfig {:req :lspconfig
                                :requires [(pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
                                           (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig})
-                                          (pack :ray-x/lsp_signature.nvim {:req :lsp_signature :after :nvim-lspconfig})]})
+                                          (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]})
 (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust})
 (pack! :gpanders/editorconfig.nvim {:event :BufRead})
 (pack! :lewis6991/spaceless.nvim {:init :spaceless :defer :spaceless.nvim})