plugins.copilot-chat.settings.window.border
Border for this window. (Only for floating windows.)
Type: null or one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or raw lua code
Default:
null
Plugin default: "single"
Declared by:
plugins.copilot-chat.settings.window.col
Column position of the window, default is centered. (Only for floating windows.)
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.copilot-chat.settings.window.footer
Footer of chat window.
Type: null or string or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.copilot-chat.settings.window.height
Fractional height of parent, or absolute height in rows when > 1.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive) or (positive integer, meaning >0) or raw lua code
Default:
null
Plugin default: 0.5
Declared by:
plugins.copilot-chat.settings.window.layout
Layout for the window.
Type: null or one of “vertical”, “horizontal”, “float”, “replace” or raw lua code
Default:
null
Plugin default: "vertical"
Declared by:
plugins.copilot-chat.settings.window.relative
Relative position. (Only for floating windows.)
Type: null or one of “editor”, “win”, “cursor”, “mouse” or raw lua code
Default:
null
Plugin default: "editor"
Declared by:
plugins.copilot-chat.settings.window.row
Row position of the window, default is centered. (Only for floating windows.)
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.copilot-chat.settings.window.title
Title of chat window.
Type: null or string or raw lua code
Default:
null
Plugin default: "Copilot Chat"
Declared by:
plugins.copilot-chat.settings.window.width
Fractional width of parent, or absolute width in columns when > 1.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive) or (positive integer, meaning >0) or raw lua code
Default:
null
Plugin default: 0.5
Declared by:
plugins.copilot-chat.settings.window.zindex
Determines if window is on top or below other floating windows.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1
Declared by: