gx
URL: https://github.com/chrishrb/gx.nvim/
Maintainers: Johan Larsson
Implementation of gx without the need of netrw.
plugins.gx.enable
Whether to enable gx.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.gx.package
The gx package to use.
Type: package
Default:
pkgs.vimPlugins.gx-nvim
Declared by:
plugins.gx.autoLoad
Whether to automatically load gx when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.gx.callSetup
Whether to generate the standard require('gx').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:
plugins.gx.disableNetrwGx
Disable the gx mapping in netrw.
Type: boolean
Default:
true
Declared by: