plugins.lspsaga.ui.actionfix
Action fix icon.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by:
plugins.lspsaga.ui.border
Defines the border to use for lspsaga.
Accepts same border values as nvim_open_win()
. See :help nvim_open_win()
for more info.
Type: null or string or list of string or list of list of string or raw lua code
Default:
null
Plugin default: "single"
Declared by:
plugins.lspsaga.ui.codeAction
Code action icon.
Type: null or string or raw lua code
Default:
null
Plugin default: "💡"
Declared by:
plugins.lspsaga.ui.collapse
Collapse icon.
Type: null or string or raw lua code
Default:
null
Plugin default: "⊟"
Declared by:
plugins.lspsaga.ui.devicon
Whether to use nvim-web-devicons.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lspsaga.ui.expand
Expand icon.
Type: null or string or raw lua code
Default:
null
Plugin default: "⊞"
Declared by:
plugins.lspsaga.ui.impSign
Implement icon.
Type: null or string or raw lua code
Default:
null
Plugin default: " "
Declared by:
plugins.lspsaga.ui.kind
LSP kind custom table.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default: { }
Declared by:
plugins.lspsaga.ui.lines
Symbols used in virtual text connect.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
"┗"
"┣"
"┃"
"━"
"┏"
]
Declared by:
plugins.lspsaga.ui.title
Show title in some float window.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: