mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lua/lazyvim/plugins/extras/editor/refactoring.lua
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
parent
d8ec5879b3
commit
0897b0d933
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ return {
|
|||
printf_statements = {},
|
||||
print_var_statements = {},
|
||||
},
|
||||
config = function(_, options)
|
||||
require("refactoring").setup(options)
|
||||
config = function(_, opts)
|
||||
require("refactoring").setup(opts)
|
||||
require("telescope").load_extension("refactoring")
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue