Add refactoring plugin
This commit is contained in:
parent
70945bff5d
commit
5ceb8f37f9
10
init.lua
10
init.lua
|
|
@ -758,6 +758,16 @@ require('lazy').setup({
|
|||
end,
|
||||
},
|
||||
|
||||
{ -- Refactoring (extracting/inlining methods and variables) use :Refactor
|
||||
'ThePrimeagen/refactoring.nvim',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
},
|
||||
lazy = false,
|
||||
opts = {},
|
||||
},
|
||||
|
||||
{ -- Autoformat
|
||||
'stevearc/conform.nvim',
|
||||
event = { 'BufWritePre' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue