This commit is contained in:
Domipoke
2026-06-25 19:20:54 +02:00
parent 9360ba8e8a
commit 8ad3acaa15
26 changed files with 955 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
-- Refactoring tool
return {
"ThePrimeagen/refactoring.nvim",
keys = {
{
"<leader>r",
function()
require("refactoring").select_refactor()
end,
mode = "v",
noremap = true,
silent = true,
expr = false,
},
},
opts = {},
}