plugins.edgy.settings.animate.enabled
Whether to enable animations.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.edgy.settings.animate.cps
Cells per second.
Plugin default: 120
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Declared by:
plugins.edgy.settings.animate.fps
Frames per second.
Plugin default: 100
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Declared by:
plugins.edgy.settings.animate.on_begin
Callback for the beginning of animations.
Plugin default:
function()
vim.g.minianimate_disable = true
end
Type: null or lua function string
Default:
null
Declared by:
plugins.edgy.settings.animate.on_end
Callback for the ending of animations.
Plugin default:
function()
vim.g.minianimate_disable = false
end
Type: null or lua function string
Default:
null
Declared by:
plugins.edgy.settings.animate.spinner
Spinner for pinned views that are loading.
Plugin default:
{
frames = [
"⠋"
"⠙"
"⠹"
"⠸"
"⠼"
"⠴"
"⠦"
"⠧"
"⠇"
"⠏"
];
interval = 80;
}
Type: null or lua code string or (attribute set of anything)
Default:
null
Example:
"require('noice.util.spinners').spinners.circleFull"
Declared by: