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/lsp_signature.fnl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 fnl/nvrc/packs/lsp_signature.fnl (limited to 'fnl/nvrc/packs/lsp_signature.fnl') diff --git a/fnl/nvrc/packs/lsp_signature.fnl b/fnl/nvrc/packs/lsp_signature.fnl deleted file mode 100644 index b14a374..0000000 --- a/fnl/nvrc/packs/lsp_signature.fnl +++ /dev/null @@ -1,15 +0,0 @@ -(local {: setup} (require :lsp_signature)) - -(setup {:bind true - :doc_lines 0 - :floating_window true - :fix_pos true - :hint_enable true - :hint_scheme :String - :hint_prefix "(i) " - :hi_parameter :Search - :max_height 22 - :max_width 120 - :handler_opts {:border :single} - :zindex 200 - :padding ""}) -- cgit 1.4.1