Loads of changes
This commit is contained in:
9
lua/plugins/refactor.lua
Normal file
9
lua/plugins/refactor.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"ThePrimeagen/refactoring.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
lazy = false,
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user