plugins.oil.settings.float.border

Defines the border to use for oil.open_float. Accepts same border values as nvim_open_win(). See :help nvim_open_win() for more info.

Plugin default: rounded

Type: null or string or list of string or list of list of string or raw lua code

Default: null

Declared by:

plugins.oil.settings.float.max_height

Plugin default: 0

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Declared by:

plugins.oil.settings.float.max_width

Plugin default: 0

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Declared by:

plugins.oil.settings.float.override

This is the config that will be passed to nvim_open_win. Change values here to customize the layout.

Plugin default:

function(conf)
  return conf
end

Type: null or lua function string

Default: null

Declared by:

plugins.oil.settings.float.padding

Padding around the floating window.

Plugin default: 2

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Declared by: