@@ -91,15 +91,15 @@ function config.signature()
9191 hi_parameter = " Search" ,
9292 max_height = 22 ,
9393
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
9696 handler_opts = {
97- border = border , -- double, single, shadow, none
97+ border = border , -- double, single, shadow, none
9898 },
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
101101 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:
103103 }
104104
105105 require (" lsp_signature" ).setup (opts )
@@ -242,9 +242,9 @@ function config.rust_crates()
242242 name = " Crates" ,
243243 },
244244 crates = {
245- enabled = true , -- disabled by default
245+ enabled = true , -- disabled by default
246246 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
248248 },
249249 },
250250 null_ls = {
0 commit comments