Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nvim-treesitter/nvim-treesitter-refactor

Refactor module for nvim-treesitter
https://github.com/nvim-treesitter/nvim-treesitter-refactor

hacktoberfest nvim-treesitter

Last synced: about 2 months ago
JSON representation

Refactor module for nvim-treesitter

Awesome Lists containing this project

README

        

# nvim-treesitter-refactor

Refactor modules for [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)

## Installation

You can install `nvim-treesitter-refactor` with your favorite package manager,
or using the default `pack` feature of Neovim!

Note: This plugin requires [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) installed.

### Using a package manager

If you are using [vim-plug](https://github.com/junegunn/vim-plug), put this in your `init.vim` file:

```vim
Plug 'nvim-treesitter/nvim-treesitter-refactor'
```

## Highlight definitions

Highlights definition and usages of the current symbol under the cursor.

```lua
lua <