Apply Patch

This commit is contained in:
Luka Jankovic 2025-07-09 14:54:21 +02:00
parent 24dee0bed0
commit 2c6705f028
22 changed files with 18 additions and 17 deletions

View file

@ -1,23 +0,0 @@
return {
"ThePrimeagen/refactoring.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
lazy = false,
config = function()
require("refactoring").setup()
end,
keys = {
{
"<leader>xe",
"<cmd>Refactor extract <cr>",
desc = "Refactor Extract"
},
{
"<leader>xv",
"<cmd>Refactor extract_var <cr>",
desc = "Refactor Extract Variable"
},
}
}