colorscheme picker

This commit is contained in:
Zacharias-Brohn
2025-11-19 22:47:58 +01:00
parent fb6302a74d
commit 018d32bfbb
6 changed files with 115 additions and 34 deletions
+26
View File
@@ -0,0 +1,26 @@
require('refactoring').setup({
prompt_func_return_type = {
go = true,
java = true,
cpp = true,
c = true,
h = true,
hpp = true,
cxx = true,
},
prompt_func_param_type = {
go = true,
java = true,
cpp = true,
c = true,
h = true,
hpp = true,
cxx = true,
},
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
})