baleia
URL: https://github.com/m00qek/baleia.nvim/
Maintainers: Alison Jenkins
A Neovim plugin for colorizing text with ANSI escape sequences.
plugins.baleia.enable
Whether to enable baleia.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.baleia.package
The baleia package to use.
Type: package
Default:
pkgs.vimPlugins.baleia-nvim
Declared by:
plugins.baleia.autoLoad
Whether to automatically load baleia when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.baleia.callSetup
Whether to generate the standard require('baleia').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: