better-escape
URL: https://github.com/max397574/better-escape.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin to quickly exit insert mode without losing your typed text.
plugins.better-escape.enable
Whether to enable better-escape.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.better-escape.package
The better-escape package to use.
Type: package
Default:
pkgs.vimPlugins.better-escape-nvim
Declared by:
plugins.better-escape.autoLoad
Whether to automatically load better-escape when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.better-escape.callSetup
Whether to generate the standard require('better_escape').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: