mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
11 lines
196 B
Lua
11 lines
196 B
Lua
return {
|
|
{
|
|
"ThePrimeagen/refactoring.nvim",
|
|
lazy = true,
|
|
cmd = "Refactor",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-treesitter/nvim-treesitter",
|
|
},
|
|
},
|
|
}
|