From 19c7b373e1ad7d7a40901a34b354ff1d6623087d Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 26 Feb 2022 21:46:37 +0900 Subject: feat(pack): lsp_signature -> cmp-nvim-lsp-signature-help --- fnl/nvrc/packs/cmp.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fnl/nvrc/packs/cmp.fnl') diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index 0720148..0f36592 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -53,4 +53,5 @@ : (fn [fallback] (if (cmp.visible) (cmp.select_next_item)"") (fallback))} - :sources {1 {:name :nvim_lsp}}}) + :sources [{:name :nvim_lsp} + {:name :nvim_lsp_signature_help}]}) -- cgit 1.4.1