scope
URL: https://github.com/tiagovla/scope.nvim/
Maintainers: Andrew Plaza
Seamlessly navigate through buffers within each tab using commands like :bnext and :bprev.
plugins.scope.enable
Whether to enable scope.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.scope.package
The scope package to use.
Type: package
Default:
pkgs.vimPlugins.scope-nvim
Declared by:
plugins.scope.autoLoad
Whether to automatically load scope when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.scope.callSetup
Whether to generate the standard require('scope').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: