nvim
This commit is contained in:
@@ -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 = {},
|
||||
}
|
||||
Reference in New Issue
Block a user