flash
URL: https://github.com/folke/flash.nvim/
Maintainers: Quentin Boyer, Matt Sturgeon
flash.nvim lets you navigate your code with search labels, enhanced character motions, and Treesitter integration.
plugins.flash.enable
Whether to enable flash.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.flash.package
The flash package to use.
Type: package
Default:
pkgs.vimPlugins.flash-nvim
Declared by:
plugins.flash.autoLoad
Whether to automatically load flash when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.flash.callSetup
Whether to generate the standard require('flash').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: