comment-box
URL: https://github.com/LudoPinelli/comment-box.nvim/
Maintainers: gwen
Clarify and beautify your comments and plain text files using boxes and lines.
plugins.comment-box.enable
Whether to enable comment-box.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.comment-box.package
The comment-box package to use.
Type: package
Default:
pkgs.vimPlugins.comment-box-nvim
Declared by:
plugins.comment-box.autoLoad
Whether to automatically load comment-box when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.comment-box.callSetup
Whether to generate the standard require('comment-box').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: