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

inc-rename

URL: https://github.com/smjonas/inc-rename.nvim/

Maintainers: Johan Larsson


A small Neovim plugin that provides a command for LSP renaming with immediate visual feedback thanks to Neovim's command preview feature.

plugins.inc-rename.enable

Whether to enable inc-rename.

Type: boolean

Default: false

Example: true

Declared by:

plugins.inc-rename.package

The inc-rename package to use.

Type: package

Default: pkgs.vimPlugins.inc-rename-nvim

Declared by:

plugins.inc-rename.autoLoad

Whether to automatically load inc-rename when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.inc-rename.settings

Options provided to the require('inc_rename').setup function.

Type: lua value

Default: { }

Example:

{
  cmd_name = "IncRename";
  hl_group = "Substitute";
  input_buffer_type = "snacks";
  preview_empty_name = false;
  show_message = true;
}

Declared by: