mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix: show refactored success msg (#3233)
This commit is contained in:
parent
93c156a0a5
commit
4a41012483
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ return {
|
|||
},
|
||||
printf_statements = {},
|
||||
print_var_statements = {},
|
||||
show_success_message = true, -- shows a message with information about the refactor on success
|
||||
-- i.e. [Refactor] Inlined 3 variable occurrences
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("refactoring").setup(opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue