plugins.lspsaga.ui.actionfix
Action fix icon.
Plugin default: ""
Type: null or string or raw lua code
Default:
null
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.
Plugin default: single
Type: null or string or list of string or list of list of string or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.codeAction
Code action icon.
Plugin default: "💡"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.collapse
Collapse icon.
Plugin default: "⊟"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.devicon
Whether to use nvim-web-devicons.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.expand
Expand icon.
Plugin default: "⊞"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.impSign
Implement icon.
Plugin default: " "
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.lspsaga.ui.kind
LSP kind custom table.
Plugin default: {}
Type: null or (attribute set)
Default:
null
Declared by:
plugins.lspsaga.ui.lines
Symbols used in virtual text connect.
Plugin default: ["┗" "┣" "┃" "━" "┏"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.lspsaga.ui.title
Show title in some float window.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: