avante
URL: https://github.com/yetone/avante.nvim
Maintainers: Gaetan Lepage
A Neovim plugin designed to emulate the behaviour of the Cursor AI IDE.
plugins.avante.enable
Whether to enable avante.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.avante.package
The avante package to use.
Type: package
Default:
pkgs.vimPlugins.avante-nvim
Declared by:
plugins.avante.autoLoad
Whether to automatically load avante when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.avante.callSetup
Whether to generate the standard require('avante').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: