Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

refactoring

URL: https://github.com/theprimeagen/refactoring.nvim/

Maintainers: Matt Sturgeon


The Refactoring library based off the Refactoring book by Martin Fowler.

plugins.refactoring.enable

Whether to enable refactoring.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.refactoring.enableTelescope

Whether to enable telescope integration.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.refactoring.package

The refactoring package to use.

Type: package

Default:

pkgs.vimPlugins.refactoring-nvim

Declared by:

plugins.refactoring.autoLoad

Whether to automatically load refactoring when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.refactoring.callSetup

Whether to generate the standard require('refactoring').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: