wrapping
URL: https://github.com/andrewferrier/wrapping.nvim/
Maintainers: Zain Kergaye
Plugin to make it easier to switch between ‘soft’ and ‘hard’ line wrapping in NeoVim.
plugins.wrapping.enable
Whether to enable wrapping.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.wrapping.package
The wrapping package to use.
Type: package
Default:
pkgs.vimPlugins.wrapping-nvim
Declared by:
plugins.wrapping.autoLoad
Whether to automatically load wrapping when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.wrapping.callSetup
Whether to generate the standard require('wrapping').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: