Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days ago
JSON representation
Refactor module for nvim-treesitter
- Host: GitHub
- URL: https://github.com/nvim-treesitter/nvim-treesitter-refactor
- Owner: nvim-treesitter
- License: apache-2.0
- Created: 2020-09-15T17:44:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T11:21:57.000Z (2 months ago)
- Last Synced: 2024-10-29T11:01:16.646Z (15 days ago)
- Topics: hacktoberfest, nvim-treesitter
- Language: Lua
- Homepage:
- Size: 40 KB
- Stars: 396
- Watchers: 12
- Forks: 25
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <