@@ -91,15 +91,15 @@ function config.signature()
91
91
hi_parameter = " Search" ,
92
92
max_height = 22 ,
93
93
94
- transparency = 1 , -- disabled by default, allow floating win transparent value 1~100
95
- max_width = 120 , -- max_width of signature floating_window, line will be wrapped if exceed max_width
94
+ transparency = 1 , -- disabled by default, allow floating win transparent value 1~100
95
+ max_width = 120 , -- max_width of signature floating_window, line will be wrapped if exceed max_width
96
96
handler_opts = {
97
- border = border , -- double, single, shadow, none
97
+ border = border , -- double, single, shadow, none
98
98
},
99
- zindex = 50 , -- by default it will be on top of all floating windows, set to 50 send it to bottom
100
- padding = " " , -- character to pad on left and right of signature can be ' ', or '|' etc
99
+ zindex = 50 , -- by default it will be on top of all floating windows, set to 50 send it to bottom
100
+ padding = " " , -- character to pad on left and right of signature can be ' ', or '|' etc
101
101
always_trigger = true ,
102
- floating_window_above_cur_line = true , -- try to place the floating above the current line when possible Note:
102
+ floating_window_above_cur_line = false , -- try to place the floating above the current line when possible Note:
103
103
}
104
104
105
105
require (" lsp_signature" ).setup (opts )
@@ -242,9 +242,9 @@ function config.rust_crates()
242
242
name = " Crates" ,
243
243
},
244
244
crates = {
245
- enabled = true , -- disabled by default
245
+ enabled = true , -- disabled by default
246
246
max_results = 8 , -- The maximum number of search results to display
247
- min_chars = 3 , -- The minimum number of charaters to type before completions begin appearing
247
+ min_chars = 3 , -- The minimum number of charaters to type before completions begin appearing
248
248
},
249
249
},
250
250
null_ls = {
0 commit comments