refactoring-nvim

This commit is contained in:
iofq 2025-04-01 03:49:49 -05:00
parent 445762ee3a
commit 1013b23483

View file

@ -146,4 +146,5 @@ return {
{ "<leader>fp", "<cmd>YankyRingHistory<cr>", mode = { "n", "x" }, noremap = true, silent = true, desc = 'Pick history (yanky.nvim)' }
},
},
{ 'ThePrimeagen/refactoring.nvim', event = 'VeryLazy', config = true }
}