comment
URL: https://github.com/numtostr/comment.nvim/
Maintainers: Gaetan Lepage
Smart and powerful comment plugin for Neovim.
plugins.comment.enable
Whether to enable comment.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.comment.package
The comment package to use.
Type: package
Default:
pkgs.vimPlugins.comment-nvim
Declared by:
plugins.comment.autoLoad
Whether to automatically load comment when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.comment.callSetup
Whether to generate the standard require('Comment').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: