fastaction
URL: https://github.com/Chaitanyabsprip/fastaction.nvim/
Maintainers: Gaetan Lepage
Efficiency plugin designed to optimize code actions in Neovim.
plugins.fastaction.enable
Whether to enable fastaction.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.fastaction.package
The fastaction package to use.
Type: package
Default:
pkgs.vimPlugins.fastaction-nvim
Declared by:
plugins.fastaction.autoLoad
Whether to automatically load fastaction when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.fastaction.callSetup
Whether to generate the standard require('fastaction').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: