Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
12 lines
213 B
Lua
Executable file
12 lines
213 B
Lua
Executable file
return {
|
|
{
|
|
'ThePrimeagen/refactoring.nvim',
|
|
event = 'VeryLazy',
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
lazy = true,
|
|
opts = {},
|
|
},
|
|
}
|