treesitter-refactor
URL: https://github.com/nvim-treesitter/nvim-treesitter-refactor/
Maintainers: Gaetan Lepage
plugins.treesitter-refactor.enable
Whether to enable treesitter-refactor.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.treesitter-refactor.package
The treesitter-refactor package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-treesitter-refactor
Declared by:
plugins.treesitter-refactor.autoLoad
Whether to automatically load treesitter-refactor when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.treesitter-refactor.settings
Options provided to plugins.treesitter.settings.textobjects.
Type: lua value
Default:
{ }
Example:
{
smart_rename = {
enable = true;
keymaps = {
smart_rename = "grr";
};
};
}
Declared by: