flit
URL: https://github.com/ggandor/flit.nvim/
Maintainers: Johan Larsson
f/F/t/T motions on steroids, building on the Leap interface.
plugins.flit.enable
Whether to enable flit.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.flit.package
The flit package to use.
Type: package
Default:
pkgs.vimPlugins.flit-nvim
Declared by:
plugins.flit.autoLoad
Whether to automatically load flit when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.flit.callSetup
Whether to generate the standard require('flit').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: