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.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.inc-rename.package
The inc-rename.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.inc-rename-nvim
Declared by:
plugins.inc-rename.autoLoad
Whether to automatically load inc-rename.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: