blob: b14a374c373a134950b9daa39ec33f66f1bc55e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(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 ""})
|