10 lines
203 B
Lua
10 lines
203 B
Lua
-- https://github.com/ThePrimeagen/refactoring.nvim
|
|
return {
|
|
'ThePrimeagen/refactoring.nvim',
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
opts = {},
|
|
}
|