mirror of https://github.com/LazyVim/starter
12 lines
196 B
Lua
12 lines
196 B
Lua
|
return {
|
||
|
{
|
||
|
"ThePrimeagen/refactoring.nvim",
|
||
|
lazy = true,
|
||
|
cmd = "Refactor",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
},
|
||
|
},
|
||
|
}
|