neoconf
URL: https://github.com/folke/neoconf.nvim/
Maintainers: Boney Patel
Neovim plugin to manage global and project-local settings.
plugins.neoconf.enable
Whether to enable neoconf.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neoconf.package
The neoconf package to use.
Type: package
Default:
pkgs.vimPlugins.neoconf-nvim
Declared by:
plugins.neoconf.autoLoad
Whether to automatically load neoconf when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.neoconf.callSetup
Whether to generate the standard require('neoconf').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: