plugins.indent-blankline.settings.viewport_buffer.max
Maximum number of lines above and below of what is currently visible in the window for which indentation guides will be generated.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 500
Declared by:
plugins.indent-blankline.settings.viewport_buffer.min
Minimum number of lines above and below of what is currently visible in the window for which indentation guides will be generated.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 30
Declared by: