@@ -219,7 +219,7 @@ scrollview_column |Number| specifying the scrollbar column (relative to
219219 greater than or equal to `1 ` .
220220
221221scrollview_consider_border *scrollview_consider_border*
222- (experimental) | Boolean | specifying whether floating window borders are
222+ | Boolean | specifying whether floating window borders are
223223 taken into account for positioning scrollbars and signs.
224224 When set to | v:true | , borders are considered as part of
225225 the window; scrollbars and signs can be positioned
@@ -247,7 +247,7 @@ scrollview_excluded_info_signs *scrollview_excluded_info_signs*
247247 `['changelist' , 'cursor' , 'latestchange' ]`.
248248
249249scrollview_floating_windows *scrollview_floating_windows*
250- (experimental) | Boolean | specifying whether scrollbars and signs are
250+ | Boolean | specifying whether scrollbars and signs are
251251 shown in floating windows. Defaults to | v:false | .
252252
253253scrollview_hide_bar_for_insert *scrollview_hide_bar_for_insert*
@@ -267,7 +267,7 @@ scrollview_hide_on_float_intersect *scrollview_hide_on_float_intersect*
267267 intersect with a floating window. Defaults to | v:false | .
268268
269269scrollview_hide_on_text_intersect *scrollview_hide_on_text_intersect*
270- (experimental) | Boolean | specifying whether each scrollbar or sign
270+ | Boolean | specifying whether each scrollbar or sign
271271 becomes hidden (not shown) when it would otherwise
272272 intersect with text (excluding virtual text). The
273273 functionality may not work for lines where the last
@@ -353,7 +353,7 @@ scrollview_winblend |Number| specifying the level of transparency for
353353 transparency, as a workaround for Neovim #14624.
354354
355355scrollview_winblend_gui *scrollview_winblend_gui*
356- (experimental) | Number | specifying the level of transparency for
356+ | Number | specifying the level of transparency for
357357 scrollbars when a GUI is running or 'termguicolors' is
358358 set. Defaults to `0 ` . Must be between `0 ` (opaque) and `100 `
359359 (transparent). This option is ignored for scrollview
0 commit comments