plugins.toggleterm.settings.float_opts.border
border
= “single” | “double” | “shadow” | “curved” | … other options supported by
win open
.
The border key is almost the same as ‘nvim_open_win’.
The ‘curved’ border is a custom border type not natively supported but implemented in this plugin.
Type: null or string or list of string or list of list of string
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.col
Type: null or (unsigned integer, meaning >=0)
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.height
Type: null or (unsigned integer, meaning >=0)
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.row
Type: null or (unsigned integer, meaning >=0)
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.title_pos
Plugin default: "left"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.width
Type: null or (unsigned integer, meaning >=0)
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.winblend
Plugin default: 0
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Declared by:
plugins.toggleterm.settings.float_opts.zindex
Type: null or (unsigned integer, meaning >=0)
Default:
null
Declared by: