✨ feat(nvim): show a message when refactoring code
This commit is contained in:
parent
be95fafd58
commit
a99e605db7
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ return {
|
|||
{ "nvim-lua/plenary.nvim" },
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
},
|
||||
opts = {},
|
||||
opts = {
|
||||
show_success_message = true,
|
||||
},
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<leader>cR", function() require("refactoring").select_refactor() end, mode = { "n", "x", "v" }, desc = "Refactor" },
|
||||
|
|
Loading…
Add table
Reference in a new issue